8000 chore: hide workspace creation UI for users without permission by jaaydenh · Pull Request #16871 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

chore: hide workspace creation UI for users without permission #16871

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Apr 3, 2025
Prev Previous commit
Next Next commit
chore: hide workspace creation UI for users without permission
  • Loading branch information
jaaydenh committed Apr 2, 2025
commit d77f5814c62b840dda0fe405c2014da2b5baeae6
1 change: 1 addition & 0 deletions site/src/pages/TemplatesPage/TemplatesPageView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import {
} from "components/TableLoader/TableLoader";
import { useClickableTableRow } from "hooks/useClickableTableRow";
import { PlusIcon } from "lucide-react";
import type { OrganizationPermissions } from "modules/management/organizationPermissions";
import { linkToTemplate, useLinks } from "modules/navigation";
import type { OrganizationPermissions } from "modules/permissions/organizations";
import type { FC } from "react";
Expand Down
0