Thanks to visit codestin.com Credit goes to github.com
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 1c223cf commit 5b7a4c8Copy full SHA for 5b7a4c8
‎site/src/pages/GroupsPage/GroupPage.tsx
@@ -59,10 +59,6 @@ export const GroupPage: FC = () => {
59
};
60
const queryClient = useQueryClient();
61
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.
66
const groupQuery = useQuery(group("default", groupName));
67
const groupData = groupQuery.data;
68
const { data: permissions } = useQuery(
0 commit comments