mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-23 11:36:38 +08:00
Fix: After deleting metadata in batches, the selected items need to be cleared. (#12767)
### What problem does this PR solve? Fix: After deleting metadata in batches, the selected items need to be cleared. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -290,6 +290,7 @@ export const ManageMetadataModal = (props: IManageModalProps) => {
|
||||
icon: <Trash2 />,
|
||||
onClick: async () => {
|
||||
await handleDelete();
|
||||
setRowSelection({});
|
||||
// if (code === 0) {
|
||||
// setRowSelection({});
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user