From 8db20eb2ba8dcc54c63e275186dac62daea44df9 Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Thu, 26 Sep 2024 16:02:52 +0200 Subject: [PATCH] chore: add new colors --- components/ui/custom/index.ts | 1 + types/components.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/ui/custom/index.ts b/components/ui/custom/index.ts index 0520404750..4c1021bc9e 100644 --- a/components/ui/custom/index.ts +++ b/components/ui/custom/index.ts @@ -1,5 +1,6 @@ export * from "./CustomAlertModal"; export * from "./CustomBox"; +export * from "./CustomButton"; export * from "./CustomButtonClientAction"; export * from "./CustomInput"; export * from "./CustomLoader"; diff --git a/types/components.ts b/types/components.ts index bd2502a44b..237d08d7e9 100644 --- a/types/components.ts +++ b/types/components.ts @@ -17,7 +17,7 @@ export interface ProviderProps { type: "providers"; attributes: { provider: "aws" | "azure" | "gcp"; - provider_id: string; + uid: string; alias: string; status: "completed" | "pending" | "cancelled"; resources: number;