We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a6eca commit e1026d5Copy full SHA for e1026d5
components/dashboard/src/data/projects/project-query.ts
@@ -51,6 +51,6 @@ export const useUpdateProject = () => {
51
// Invalidate project
52
await client.invalidateQueries(getProjectQueryKey(org?.id || "", id));
53
54
- // TODO: Invalidate new list projects query
+ // TODO: Invalidate new list projects query once https://github.com/gitpod-io/gitpod/pull/18935 is merged
55
});
56
};
0 commit comments