style: workers page no page container

This commit is contained in:
jialin
2025-12-10 15:50:53 +08:00
parent 04f995b80c
commit dda2213593
5 changed files with 6 additions and 4 deletions
+1
View File
@@ -31,6 +31,7 @@ export function useUpdateChunkedList(options: {
cacheDataListRef.current = [...(options.dataList || [])];
}, [options.dataList]);
// use to clear the table row selection after delete
const setDeletedIds = (ids: number[]) => {
deletedIdsRef.current = new Set([...deletedIdsRef.current, ...ids]);
};