fixed sign message text [#4529]

This commit is contained in:
Andrey Shovkoplyas 2018-05-30 14:08:55 +03:00 committed by Roman Volosovskyi
parent a2762eb19e
commit 7711dc51ad
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 25 additions and 23 deletions

View File

@ -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])