akira-s 5 лет назад
Родитель
Сommit
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) {