瀏覽代碼

return to original code

kaori 3 年之前
父節點
當前提交
1984cf644e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/app/src/components/Admin/ExportArchiveDataPage.jsx

+ 1 - 0
packages/app/src/components/Admin/ExportArchiveDataPage.jsx

@@ -5,6 +5,7 @@ import PropTypes from 'prop-types';
 import * as toastr from 'toastr';
 
 
+// import { toastSuccess, toastError } from '~/client/util/apiNotification';
 import { apiDelete, apiGet } from '~/client/util/apiv1-client';
 import { useDefaultSocket } from '~/stores/socket-io';