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

View File

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