mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor(client): use generic component for dialogues (#56752)
This commit is contained in:
committed by
GitHub
parent
5a7855039b
commit
ff7e0cf682
@@ -102,7 +102,7 @@ export const viewTypes = {
|
||||
[msTrophy]: 'msTrophy',
|
||||
[multipleChoice]: 'odin',
|
||||
[python]: 'modern',
|
||||
[dialogue]: 'dialogue',
|
||||
[dialogue]: 'generic', // TODO: use generic challengeType for dialogues
|
||||
[fillInTheBlank]: 'fillInTheBlank',
|
||||
[multifilePythonCertProject]: 'classic',
|
||||
[generic]: 'generic'
|
||||
|
||||
Reference in New Issue
Block a user