feat: add update polling to relevant views
This commit is contained in:
@@ -436,6 +436,7 @@ const Project = () => {
|
||||
|
||||
const { loading, data, error } = useFindProjectQuery({
|
||||
variables: { projectID },
|
||||
pollInterval: 3000,
|
||||
});
|
||||
|
||||
const [updateProjectName] = useUpdateProjectNameMutation({
|
||||
|
||||
Reference in New Issue
Block a user