mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 03:10:30 +00:00
♻️ refactor
This commit is contained in:
parent
10ce732b8d
commit
bb0bfd440a
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ export default function BlueprintsTable({ blueprints, orgId }: Props) {
|
|||
},
|
||||
{
|
||||
id: "actions",
|
||||
header: ({ column }) => {
|
||||
header: () => {
|
||||
return (
|
||||
<span className="text-muted-foreground p-3">
|
||||
{t("actions")}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue