소스 검색

fix lint error

akira-s 6 년 전
부모
커밋
e5d715423b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/client/js/components/Page/PageShareManagement.jsx

+ 1 - 1
src/client/js/components/Page/PageShareManagement.jsx

@@ -30,7 +30,7 @@ const PageShareManagement = (props) => {
   async function getExportPageFile(type) {
     const pageId = pageContainer.state.pageId;
     try {
-      const res = await appContainer.apiv3Get('/pages/export', { pageId, type }); 
+      const res = await appContainer.apiv3Get('/pages/export', { pageId, type });
       return res;
     }
     catch (err) {