Skip to content

Commit

Permalink
🐛 Refresh tasks page every 5 seconds (#1979)
Browse files Browse the repository at this point in the history
Resolves: #1978

Signed-off-by: Radoslaw Szwajkowski <rszwajko@redhat.com>
  • Loading branch information
rszwajko committed Jun 24, 2024
1 parent 172710a commit 153ae06
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 153ae06

Please sign in to comment.