Skip to content

Commit

Permalink
Refresh tasks page every 5 seconds
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslaw Szwajkowski <[email protected]>
  • Loading branch information
rszwajko committed Jun 24, 2024
1 parent 4a4102f commit bbfa0c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/app/pages/tasks/tasks-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ export const TasksPage: React.FC = () => {
createUser: "createUser",
priority: "priority",
},
})
}),
5000
);

const tableControls = useTableControlProps({
Expand Down

0 comments on commit bbfa0c3

Please sign in to comment.