Bulk Delete 2

This commit is contained in:
Desktop
2025-11-11 00:42:56 +05:00
parent 100d481b40
commit 760736b50e
5 changed files with 33 additions and 5 deletions

View File

@@ -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([]);
}