mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-02 20:53:55 +00:00
Disable UPDATE button if address string is empty
This commit is contained in:
parent
2a88a6ded7
commit
a3b29d1ab5
@ -65,6 +65,7 @@
|
||||
(merge {:on-click
|
||||
#(rf/dispatch [:save-user-fields {:address @address
|
||||
:is_hidden_in_hunters @hidden}])
|
||||
:disabled (str/blank? @address)
|
||||
:class (str "ui button small update-address-button"
|
||||
(when @updating-user
|
||||
" busy loading"))})
|
||||
|
Loading…
x
Reference in New Issue
Block a user