soumaeda 2 лет назад
Родитель
Сommit
f02cb5a2e8
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/editor/src/components/CodeMirrorEditor/Toolbar/Toolbar.tsx

+ 0 - 1
packages/editor/src/components/CodeMirrorEditor/Toolbar/Toolbar.tsx

@@ -13,7 +13,6 @@ import { TextFormatTools } from './TextFormatTools';
 import styles from './Toolbar.module.scss';
 import styles from './Toolbar.module.scss';
 
 
 type Props = {
 type Props = {
-  editorKey: string,
   editorKey: string,
   editorKey: string,
   onFileOpen: () => void,
   onFileOpen: () => void,
   acceptedFileType: AcceptedUploadFileType
   acceptedFileType: AcceptedUploadFileType