diff --git a/src/components/Board/AddList.vue b/src/components/Board/AddList.vue index 2a1122e0..9bd9826c 100644 --- a/src/components/Board/AddList.vue +++ b/src/components/Board/AddList.vue @@ -112,6 +112,7 @@ export default { const list = { games: [], name: this.listName, + settings: {}, }; this.saving = true;