ENCOA-274
This commit is contained in:
@@ -23,7 +23,8 @@ export const defaultSettings = (module: Module) => {
|
||||
return {
|
||||
...baseSettings,
|
||||
writingTopic: '',
|
||||
isWritingTopicOpen: false
|
||||
isWritingTopicOpen: false,
|
||||
isImageUploadOpen: false,
|
||||
}
|
||||
case 'reading':
|
||||
return {
|
||||
@@ -57,6 +58,7 @@ export const defaultSettings = (module: Module) => {
|
||||
isListeningDropdownOpen: false,
|
||||
|
||||
isWritingTopicOpen: false,
|
||||
isImageUploadOpen: false,
|
||||
writingTopic: '',
|
||||
|
||||
isPassageOpen: false,
|
||||
|
||||
Reference in New Issue
Block a user