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