soumaeda před 2 roky
rodič
revize
f02cb5a2e8

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

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