From bb0bfd440acb10a481c2cb283f4834ecfb002709 Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Wed, 29 Oct 2025 03:08:56 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/openApi.ts | 4 ++-- src/components/BlueprintsTable.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/openApi.ts b/server/openApi.ts index 46b58371..68b05a30 100644 --- a/server/openApi.ts +++ b/server/openApi.ts @@ -5,7 +5,6 @@ export const registry = new OpenAPIRegistry(); export enum OpenAPITags { Site = "Site", Org = "Organization", - Blueprint = "Blueprint", Resource = "Resource", Role = "Role", User = "User", @@ -16,5 +15,6 @@ export enum OpenAPITags { Idp = "Identity Provider", Client = "Client", ApiKey = "API Key", - Domain = "Domain" + Domain = "Domain", + Blueprint = "Blueprint" } diff --git a/src/components/BlueprintsTable.tsx b/src/components/BlueprintsTable.tsx index d7a7732b..c2107ffc 100644 --- a/src/components/BlueprintsTable.tsx +++ b/src/components/BlueprintsTable.tsx @@ -157,7 +157,7 @@ export default function BlueprintsTable({ blueprints, orgId }: Props) { }, { id: "actions", - header: ({ column }) => { + header: () => { return ( {t("actions")}