set empty settings when creating new list

This commit is contained in:
Gamebrary 2020-08-20 23:48:59 -07:00
parent f91347493f
commit c19b77111e

View file

@ -112,6 +112,7 @@ export default {
const list = {
games: [],
name: this.listName,
settings: {},
};
this.saving = true;