Refetch workflow run on mount if running (#880)

This commit is contained in:
Kerem Yilmaz
2024-09-24 12:16:01 -07:00
committed by GitHub
parent 0dd20d04e9
commit 48675f2024

View File

@@ -80,6 +80,7 @@ function WorkflowRun() {
return false;
},
placeholderData: keepPreviousData,
refetchOnMount: workflowRun?.status === Status.Running,
});
function handleNavigate(event: React.MouseEvent, id: string) {