feat: add update polling to relevant views

This commit is contained in:
Jordan Knott
2020-12-23 15:55:17 -06:00
parent c4a80590a1
commit 0c9ab8abc2
7 changed files with 19 additions and 6 deletions

View File

@@ -436,6 +436,7 @@ const Project = () => {
const { loading, data, error } = useFindProjectQuery({
variables: { projectID },
pollInterval: 3000,
});
const [updateProjectName] = useUpdateProjectNameMutation({