From 7f9d64a99683e8d3041b1182d04544c262e634e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Mart=C3=ADn?= Date: Tue, 21 Jul 2026 16:50:48 +0200 Subject: [PATCH] fix(ui): show AWS Organizations deployment hint in error color (#12063) --- ui/changelog.d/aws-organizations-ou-hint-error-color.fixed.md | 1 + ui/components/providers/organizations/org-setup-form.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 ui/changelog.d/aws-organizations-ou-hint-error-color.fixed.md diff --git a/ui/changelog.d/aws-organizations-ou-hint-error-color.fixed.md b/ui/changelog.d/aws-organizations-ou-hint-error-color.fixed.md new file mode 100644 index 0000000000..d6601faf8c --- /dev/null +++ b/ui/changelog.d/aws-organizations-ou-hint-error-color.fixed.md @@ -0,0 +1 @@ +AWS Organizations setup modal now shows the "Enter a valid Organizational Unit or Root ID" hint in the error color, clarifying why the deployment button is disabled diff --git a/ui/components/providers/organizations/org-setup-form.tsx b/ui/components/providers/organizations/org-setup-form.tsx index 8b2870e998..85903b76d2 100644 --- a/ui/components/providers/organizations/org-setup-form.tsx +++ b/ui/components/providers/organizations/org-setup-form.tsx @@ -486,7 +486,7 @@ export function OrgSetupForm({ )} {!isOrgUnitIdValid && ( -

+

Enter a valid Organizational Unit or Root ID above to enable deployment.