mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-06-13 05:29:24 -04:00
Add initial UI for user-editable securities
This commit is contained in:
@ -8,5 +8,6 @@ module.exports = keyMirror({
|
||||
UPDATE_SECURITY: null,
|
||||
SECURITY_UPDATED: null,
|
||||
REMOVE_SECURITY: null,
|
||||
SECURITY_REMOVED: null
|
||||
SECURITY_REMOVED: null,
|
||||
SECURITY_SELECTED: null
|
||||
});
|
||||
|
6
js/constants/SecurityTemplateConstants.js
Normal file
6
js/constants/SecurityTemplateConstants.js
Normal file
@ -0,0 +1,6 @@
|
||||
var keyMirror = require('keymirror');
|
||||
|
||||
module.exports = keyMirror({
|
||||
SEARCH_SECURITY_TEMPLATES: null,
|
||||
SECURITY_TEMPLATES_SEARCHED: null
|
||||
});
|
Reference in New Issue
Block a user