chore: worker added message

This commit is contained in:
jialin
2025-12-15 15:13:57 +08:00
parent d2eda78af0
commit fa42474612
8 changed files with 103 additions and 6 deletions
@@ -48,6 +48,7 @@ const Workers: React.FC = () => {
} = useTableFetch<ListItem>({
fetchAPI: queryWorkersList,
deleteAPI: deleteWorker,
events: ['UPDATE', 'DELETE', 'INSERT'],
contentForDelete: 'resources.worker',
watch: true,
API: WORKERS_API