mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
fix(Modern): Editor should update not create (#16183)
This commit is contained in:
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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user