Parcourir la source

refactor variable name of EditorConfig

jam411 il y a 3 ans
Parent
commit
ccecb8a95a
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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,
   }
 }