diff --git a/src/ui/components/instantiate/Step1.tsx b/src/ui/components/instantiate/Step1.tsx index ed52ac5c..9babd338 100644 --- a/src/ui/components/instantiate/Step1.tsx +++ b/src/ui/components/instantiate/Step1.tsx @@ -92,12 +92,12 @@ export function Step1() { help="The account to use for this instantiation. The fees and storage deposit will be deducted from this account." id="accountId" label="Account" + isError={isAccountAvailable === false} + message="Selected Account is not available to sign extrinsics." >