mirror of
https://github.com/romancm/gamebrary
synced 2024-11-28 14:10:26 +00:00
set empty settings when creating new list
This commit is contained in:
parent
f91347493f
commit
c19b77111e
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ export default {
|
|||
const list = {
|
||||
games: [],
|
||||
name: this.listName,
|
||||
settings: {},
|
||||
};
|
||||
|
||||
this.saving = true;
|
||||
|
|
Loading…
Reference in a new issue