Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.editor
Commits
dd377cb9
Commit
dd377cb9
authored
May 07, 2018
by
Jaden DIEFENBAUGH
Browse files
[js] dont save settings to prefix, closes
#97
parent
04dfd560
Changes
1
Hide whitespace changes
Inline
Side-by-side
conda/js/src/components/MainNav.jsx
View file @
dd377cb9
...
...
@@ -47,7 +47,7 @@ type State = {
const
saveAll
=
async
(
allLists
:
Props
)
=>
{
await
Promise
.
all
(
[...
BEAT_ENTITIES
,
'
settings
'
]
BEAT_ENTITIES
//.filter(e => Array.isArray(allLists[e]))
.
map
(
e
=>
{
const
put
=
genModuleApiFuncs
(
e
).
put
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment