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 4dfd98c commit deb3aecCopy full SHA for deb3aec
site/src/pages/WorkspacesPage/WorkspacesPage.tsx
@@ -45,7 +45,6 @@ const WorkspacesPage: FC = () => {
45
46
const templatesQuery = useQuery(templates());
47
48
- // Check if user can create workspaces in each organization
49
const orgPermissionsQuery = useQuery(
50
organizationsPermissions(
51
templatesQuery.data?.map((template) => template.organization_id),
0 commit comments