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 76a7b86 commit 0491f0cCopy full SHA for 0491f0c
site/src/pages/GroupsPage/GroupPage.tsx
@@ -62,7 +62,8 @@ export const GroupPage: FC = () => {
62
const navigate = useNavigate();
63
// TODO: Always use the correct organization. At present, the url to fetch a group
64
// is /groups/:groupName, which does not include the organization. So the orgID cannot
65
- // be inferred from the URL. Until this is resolved, assume the group is in the default org.
+ // be inferred from the URL. The organization is only included in the url when the multi-org
66
+ // experiment is enabled.
67
const groupQuery = useQuery(group(organization ?? "default", groupName));
68
const groupData = groupQuery.data;
69
const { data: permissions } = useQuery(
0 commit comments