diff options
| author | brunobar79 <brunobar79@gmail.com> | 2018-08-09 00:22:48 +0800 |
|---|---|---|
| committer | brunobar79 <brunobar79@gmail.com> | 2018-08-09 00:22:48 +0800 |
| commit | f269021dc3ea78c6359b9db50db30fdd549020b7 (patch) | |
| tree | 0ee9cc4668dc2006a2607dc84ebda9a53808a089 | |
| parent | cbbd0d3c75ce16cc04d263aaf18bd62ca4513596 (diff) | |
| download | tangerine-wallet-browser-f269021dc3ea78c6359b9db50db30fdd549020b7.tar.gz tangerine-wallet-browser-f269021dc3ea78c6359b9db50db30fdd549020b7.tar.zst tangerine-wallet-browser-f269021dc3ea78c6359b9db50db30fdd549020b7.zip | |
add submit button type
| -rw-r--r-- | ui/app/components/modals/qr-scanner/qr-scanner.component.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/modals/qr-scanner/qr-scanner.component.js b/ui/app/components/modals/qr-scanner/qr-scanner.component.js index ee204e173..cb8d07d83 100644 --- a/ui/app/components/modals/qr-scanner/qr-scanner.component.js +++ b/ui/app/components/modals/qr-scanner/qr-scanner.component.js @@ -185,6 +185,7 @@ export default class QrScanner extends Component { onSubmit={this.tryAgain} cancelText={this.context.t('cancel')} submitText={this.context.t('tryAgain')} + submitButtonType="confirm" /> </div> ) |
