diff options
Diffstat (limited to 'ui/app/components/pending-tx.js')
-rw-r--r-- | ui/app/components/pending-tx.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pending-tx.js b/ui/app/components/pending-tx.js index 69dd2107a..99769e4e6 100644 --- a/ui/app/components/pending-tx.js +++ b/ui/app/components/pending-tx.js @@ -307,7 +307,7 @@ PendingTx.prototype.render = function () { ]), h('form#pending-tx-form.flex-column.flex-center', { - // onSubmit: this.onSubmit, + onSubmit: this.onSubmit, }, [ // Reset Button // h('button', { |