fix(file-manager): do not delete the selected records

This commit is contained in:
katherinehhh 2023-06-15 19:09:10 +08:00 committed by GitHub
parent 70890f2f50
commit d79951e209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,6 +112,7 @@ const InternalFileManager = (props) => {
association: {
target: collectionField?.target,
},
options,
onChange: props?.onChange,
selectedRows,
setSelectedRows,