Browse Source

refactor variable name of EditorConfig

jam411 3 years ago
parent
commit
ccecb8a95a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/app/src/interfaces/editor-settings.ts

+ 2 - 2
packages/app/src/interfaces/editor-settings.ts

@@ -32,7 +32,7 @@ export interface IEditorSettings {
 
 export type EditorConfig = {
   upload: {
-    image: boolean,
-    file: boolean,
+    isImageUploaded: boolean,
+    isFileUploaded: boolean,
   }
 }