fix: keypiar name continue (#19859)

fix: keypiar name continue (#19859)
This commit is contained in:
Omar Basem 2024-05-01 20:08:00 +04:00 committed by GitHub
parent f942092a5e
commit 1757dc5d53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,9 @@
:button-one-label (i18n/label :t/continue)
:button-one-props {:disabled? (or (pos? error)
(< (count keypair-name)
keypair-name-min-length))
keypair-name-min-length)
(> (count keypair-name)
keypair-name-max-length))
:customization-color customization-color
:on-press on-continue}
:container-style style/bottom-action}]}