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

Skip to content

Commit 0491f0c

Browse files
committed
update comment
1 parent 76a7b86 commit 0491f0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/src/pages/GroupsPage/GroupPage.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ export const GroupPage: FC = () => {
6262
const navigate = useNavigate();
6363
// TODO: Always use the correct organization. At present, the url to fetch a group
6464
// 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.
65+
// be inferred from the URL. The organization is only included in the url when the multi-org
66+
// experiment is enabled.
6667
const groupQuery = useQuery(group(organization ?? "default", groupName));
6768
const groupData = groupQuery.data;
6869
const { data: permissions } = useQuery(

0 commit comments

Comments
 (0)