소스 검색

fix conflict

reiji-h 2 년 전
부모
커밋
5606a28126
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      packages/editor/src/components/CodeMirrorEditor/Toolbar/AttachmentsDropup.tsx

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

@@ -8,12 +8,8 @@ import {
 import { AcceptedUploadFileType } from 'src/consts';
 
 type Props = {
-<<<<<<< HEAD
-  fileOpen: () => void,
-  acceptedFileType?: AcceptedUploadFileType,
-=======
   onFileOpen: () => void,
->>>>>>> dev/7.0.x
+  acceptedFileType?: AcceptedUploadFileType,
 }
 
 export const AttachmentsDropup = (props: Props): JSX.Element => {