Refetch workflow run on mount if running (#880)
This commit is contained in:
@@ -80,6 +80,7 @@ function WorkflowRun() {
|
||||
return false;
|
||||
},
|
||||
placeholderData: keepPreviousData,
|
||||
refetchOnMount: workflowRun?.status === Status.Running,
|
||||
});
|
||||
|
||||
function handleNavigate(event: React.MouseEvent, id: string) {
|
||||
|
||||
Reference in New Issue
Block a user