aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/shapeshift-form.js
diff options
context:
space:
mode:
authorFrankie <frankie.diamond@gmail.com>2016-09-13 01:34:06 +0800
committerGitHub <noreply@github.com>2016-09-13 01:34:06 +0800
commitc37c050c8a119e4c2de1edea474c3c3d5ad1cf99 (patch)
tree9a4f288759d608b2300dc0245ea898f01d6d9a1b /ui/app/components/shapeshift-form.js
parentfcc9ca812e557fd5ecc547f5eb597069788d6c00 (diff)
downloadtangerine-wallet-browser-c37c050c8a119e4c2de1edea474c3c3d5ad1cf99.tar.gz
tangerine-wallet-browser-c37c050c8a119e4c2de1edea474c3c3d5ad1cf99.tar.zst
tangerine-wallet-browser-c37c050c8a119e4c2de1edea474c3c3d5ad1cf99.zip
Revert "Add new eth-lightwallet salting to vault."
Diffstat (limited to 'ui/app/components/shapeshift-form.js')
-rw-r--r--ui/app/components/shapeshift-form.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/shapeshift-form.js b/ui/app/components/shapeshift-form.js
index 77c0d12b1..58b7942c3 100644
--- a/ui/app/components/shapeshift-form.js
+++ b/ui/app/components/shapeshift-form.js
@@ -69,7 +69,7 @@ ShapeshiftForm.prototype.renderMain = function () {
h('input#fromCoin.buy-inputs.ex-coins', {
type: 'text',
list: 'coinList',
- dataSet: {
+ dataset: {
persistentFormId: 'input-coin',
},
style: {
@@ -165,7 +165,7 @@ ShapeshiftForm.prototype.renderMain = function () {
h('input#fromCoinAddress.buy-inputs', {
type: 'text',
placeholder: `Your ${coin} Refund Address`,
- dataSet: {
+ dataset: {
persistentFormId: 'refund-address',
},
style: {