Try to fix stale queries when tasks and workflows are created (#1169)
This commit is contained in:
@@ -52,6 +52,7 @@ function WorkflowPage() {
|
||||
})
|
||||
.then((response) => response.data);
|
||||
},
|
||||
refetchOnMount: "always",
|
||||
});
|
||||
|
||||
const { data: workflow, isLoading: workflowIsLoading } =
|
||||
|
||||
Reference in New Issue
Block a user