Bulk Delete 2
This commit is contained in:
@@ -275,7 +275,7 @@ export default function TablePageTemplate({
|
||||
}
|
||||
|
||||
setDeleteModal({ isOpen: false, items: [], isBulk: false, isLoading: false });
|
||||
// Refresh data - parent component should handle this via selection callback or data reload
|
||||
// Clear selection - parent component should handle data reload
|
||||
if (selection) {
|
||||
selection.onSelectionChange([]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user