diff --git a/apps/web/modules/organization/settings/api-keys/components/add-api-key-modal.tsx b/apps/web/modules/organization/settings/api-keys/components/add-api-key-modal.tsx index 409c88eec565..b49b32317837 100644 --- a/apps/web/modules/organization/settings/api-keys/components/add-api-key-modal.tsx +++ b/apps/web/modules/organization/settings/api-keys/components/add-api-key-modal.tsx @@ -337,7 +337,7 @@ export const AddApiKeyModal = ({ ))} {isFormbricksCloud && ( - + {t("workspace.api_keys.organization_access_cloud_note")} diff --git a/apps/web/modules/ui/components/input-combo-box/index.tsx b/apps/web/modules/ui/components/input-combo-box/index.tsx index 3226feb8f4ba..f00161bbcbcc 100644 --- a/apps/web/modules/ui/components/input-combo-box/index.tsx +++ b/apps/web/modules/ui/components/input-combo-box/index.tsx @@ -324,7 +324,15 @@ export const InputCombobox: React.FC = ({ }} /> ) : ( - + )}