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 86b64da commit dc9b33fCopy full SHA for dc9b33f
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