Bläddra i källkod

remove editorkey

soumaeda 2 år sedan
förälder
incheckning
f02cb5a2e8
1 ändrade filer med 0 tillägg och 1 borttagningar
  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';
 
 type Props = {
-  editorKey: string,
   editorKey: string,
   onFileOpen: () => void,
   acceptedFileType: AcceptedUploadFileType