fixed sign message text [#4529]
This commit is contained in:
parent
a2762eb19e
commit
7711dc51ad
|
@ -282,9 +282,11 @@
|
|||
[react/view styles/send-transaction-form
|
||||
[wallet.components/cartouche {:disabled? true}
|
||||
(i18n/label :t/message)
|
||||
[components/amount-input {:disabled? true
|
||||
:input-options {:multiline true
|
||||
:default-value data}} nil]]]]
|
||||
[components/amount-input
|
||||
{:disabled? true
|
||||
:input-options {:multiline true}
|
||||
:amount-text data}
|
||||
nil]]]]
|
||||
[signing-buttons
|
||||
#(re-frame/dispatch [:wallet/discard-transaction-navigate-back])
|
||||
#(re-frame/dispatch [:wallet/sign-transaction-modal])
|
||||
|
|
Loading…
Reference in New Issue