|
@@ -42,7 +42,7 @@ const WorklistPage: React.FC = () => {
|
|
|
pageSize
|
|
|
);
|
|
|
dispatch(fetchWorkThunk({ page, pageSize, filters }));
|
|
|
- }, [dispatch, filters, page, pageSize]);
|
|
|
+ }, [dispatch, page, pageSize]);
|
|
|
|
|
|
const handleRowClick = (record: Task) => {
|
|
|
console.log('Row clicked:', JSON.stringify(record, null, 2));
|