Skip to content

Commit dc9b33f

Browse files
committed
update comment with more context
1 parent 86b64da commit dc9b33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/data/projects/project-query.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ export const useUpdateProject = () => {
5151
// Invalidate project
5252
await client.invalidateQueries(getProjectQueryKey(org?.id || "", id));
5353

54-
// TODO: Invalidate new list projects query
54+
// TODO: Invalidate new list projects query once https://github.com/gitpod-io/gitpod/pull/18935 is merged
5555
});
5656
};

0 commit comments

Comments
 (0)