fix(Modern): Editor should update not create (#16183)
This commit is contained in:
committed by
Quincy Larson
parent
fb98968433
commit
375442d365
@ -113,7 +113,7 @@ export const classicEditorUpdated = createAction(
|
||||
export const modernEditorUpdated = createAction(
|
||||
types.modernEditorUpdated,
|
||||
null,
|
||||
createFilesMetaCreator
|
||||
updateFileMetaCreator
|
||||
);
|
||||
// challenges
|
||||
export const closeChallengeModal = createAction(types.closeChallengeModal);
|
||||
|
Reference in New Issue
Block a user