Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b7a4c8

Browse files
committed
🪓 TODO
1 parent 1c223cf commit 5b7a4c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎site/src/pages/GroupsPage/GroupPage.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ export const GroupPage: FC = () => {
5959
};
6060
const queryClient = useQueryClient();
6161
const navigate = useNavigate();
62-
// TODO: Always use the correct organization. At present, the url to fetch a group
63-
// is /groups/:groupName, which does not include the organization. So the orgID cannot
64-
// be inferred from the URL. The organization is only included in the url when the multi-org
65-
// experiment is enabled.
6662
const groupQuery = useQuery(group("default", groupName));
6763
const groupData = groupQuery.data;
6864
const { data: permissions } = useQuery(

0 commit comments

Comments
 (0)