aboutsummaryrefslogtreecommitdiffstats
path: root/development/states/send-new-ui.json
diff options
context:
space:
mode:
authorDan J Miller <danjm.com@gmail.com>2018-06-07 11:20:16 +0800
committerGitHub <noreply@github.com>2018-06-07 11:20:16 +0800
commit988283778a2be52640b27a359ef3fb1130e95711 (patch)
treef62576fb7e1a9088cef9bb1137745192bd571539 /development/states/send-new-ui.json
parentc86213bf118c0d9d0356a36e6ca0e9e884a82d73 (diff)
parenta09d609360f5f916e75e98254fb82ce8f3f42d35 (diff)
downloadtangerine-wallet-browser-988283778a2be52640b27a359ef3fb1130e95711.tar.gz
tangerine-wallet-browser-988283778a2be52640b27a359ef3fb1130e95711.tar.zst
tangerine-wallet-browser-988283778a2be52640b27a359ef3fb1130e95711.zip
Merge pull request #4090 from MetaMask/i3725-refactor-send-component-
I3725 Refactor Send Component
Diffstat (limited to 'development/states/send-new-ui.json')
-rw-r--r--development/states/send-new-ui.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/development/states/send-new-ui.json b/development/states/send-new-ui.json
index 787f8023e..b457749ee 100644
--- a/development/states/send-new-ui.json
+++ b/development/states/send-new-ui.json
@@ -130,5 +130,10 @@
"scrollToBottom": false,
"forgottenPassword": null
},
- "identities": {}
+ "identities": {},
+ "send": {
+ "fromDropdownOpen": false,
+ "toDropdownOpen": false,
+ "errors": {}
+ }
}