소스 검색

ensure to reset selectedCollections of ExportZipFormModal

Yuki Takei 6 년 전
부모
커밋
545950a2fa
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/client/js/components/Admin/Export/ExportZipFormModal.jsx

+ 2 - 0
src/client/js/components/Admin/Export/ExportZipFormModal.jsx

@@ -87,6 +87,8 @@ class ExportZipFormModal extends React.Component {
       this.props.onExportingRequested(result.status);
       this.props.onClose();
 
+      this.setState({ selectedCollections: new Set() });
+
     }
     catch (err) {
       // TODO: toastSuccess, toastError