mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
fix(ui): show AWS Organizations deployment hint in error color (#12063)
This commit is contained in:
@@ -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
|
||||
@@ -486,7 +486,7 @@ export function OrgSetupForm({
|
||||
</Button>
|
||||
)}
|
||||
{!isOrgUnitIdValid && (
|
||||
<p className="text-text-neutral-tertiary text-xs leading-5">
|
||||
<p className="text-text-error-primary text-xs leading-5">
|
||||
Enter a valid Organizational Unit or Root ID above to enable
|
||||
deployment.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user