refactor(client): use generic component for dialogues (#56752)

This commit is contained in:
Oliver Eyton-Williams
2024-10-24 16:23:23 +02:00
committed by GitHub
parent 5a7855039b
commit ff7e0cf682
4 changed files with 58 additions and 382 deletions
+1 -1
View File
@@ -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'