Sfoglia il codice sorgente

refactor variable name of EditorConfig

jam411 3 anni fa
parent
commit
ccecb8a95a
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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,
   }
 }