Commit f637e0cd authored by chenshouchao's avatar chenshouchao

feat: 设置默认参数组

parent cb555a05
...@@ -749,11 +749,11 @@ const ProjectData = observer(() => { ...@@ -749,11 +749,11 @@ const ProjectData = observer(() => {
refresh={handleRefresh} refresh={handleRefresh}
showList={showList} showList={showList}
></MoveFile> ></MoveFile>
<FileSelect {/* <FileSelect
open={true} open={true}
onConfirm={onConfirm} onConfirm={onConfirm}
onClose={onClose} onClose={onClose}
></FileSelect> ></FileSelect> */}
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment