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
fix: format
  • Loading branch information
jaaydenh committed Apr 2, 2025
commit d5033d1a74fe02ac89b9cddb7546870183c5142d
2 changes: 1 addition & 1 deletion site/src/pages/TemplatesPage/TemplatesPageView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ import {
} from "components/TableLoader/TableLoader";
import { useClickableTableRow } from "hooks/useClickableTableRow";
import { PlusIcon } from "lucide-react";
import type { OrganizationPermissions } from "modules/permissions/organizations";
import { linkToTemplate, useLinks } from "modules/navigation";
import type { OrganizationPermissions } from "modules/permissions/organizations";
import type { FC } from "react";
import { Link, useNavigate } from "react-router-dom";
import { createDayString } from "utils/createDayString";
Expand Down