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

+ 2 - 2
packages/editor/src/components/CodeMirrorEditor/Toolbar/DiagramButton.tsx

@@ -3,8 +3,8 @@ import { useCallback } from 'react';
 import { useDrawioModalForEditor } from '../../../stores/use-drawio';
 import { useDrawioModalForEditor } from '../../../stores/use-drawio';
 
 
 type Props = {
 type Props = {
-  editorKey: string;
-};
+  editorKey: string,
+}
 
 
 export const DiagramButton = (props: Props): JSX.Element => {
 export const DiagramButton = (props: Props): JSX.Element => {
   const { editorKey } = props;
   const { editorKey } = props;