fix cache and config key
This commit is contained in:
parent
aad3038003
commit
d9ea37ba62
2 changed files with 3 additions and 3 deletions
|
|
@ -52,8 +52,8 @@ const saveSettings = (key) => {
|
|||
|
||||
const size = elements.length
|
||||
|
||||
if (element === 'side-menu-cache') {
|
||||
value++
|
||||
if (name === 'cache') {
|
||||
++value
|
||||
}
|
||||
|
||||
const callbacks = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue