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;