💄 show attached resources in policy list

This commit is contained in:
Fred KISSIE
2026-03-06 04:36:12 +01:00
parent dfe42e9016
commit 37ceba6b81
4 changed files with 91 additions and 5 deletions

View File

@@ -3,7 +3,6 @@ import SettingsSectionTitle from "@app/components/SettingsSectionTitle";
import { internal } from "@app/lib/api";
import { authCookieHeader } from "@app/lib/api/cookies";
import { getCachedOrg } from "@app/lib/api/getCachedOrg";
import OrgProvider from "@app/providers/OrgProvider";
import type { GetOrgResponse } from "@server/routers/org";
import type { ListResourcePoliciesResponse } from "@server/routers/resource/types";
import type { AxiosResponse } from "axios";