do not hide form when sending tx
This commit is contained in:
parent
7028f6f1c5
commit
ccc22145b0
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@
|
|||
</div>
|
||||
<div class="row m20t">
|
||||
<div class="large-12 large-centered columns">
|
||||
<form ng-show="!home.onGoingProcess" name="sendForm" ng-submit="home.submitForm()" ng-disabled="home.blockUx" novalidate>
|
||||
<form name="sendForm" ng-submit="home.submitForm()" ng-disabled="home.blockUx || home.onGoingProcess" novalidate>
|
||||
<div class="box-notification" ng-show="home.error" ng-click="home.resetError()">
|
||||
<span class="text-warning">
|
||||
{{home.error|translate}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue