Commit c4a72515 authored by Florie Guibert's avatar Florie Guibert

Fix console error when open board list settings sidebar

parent 9af9ec98
......@@ -43,6 +43,7 @@ const boardsStore = {
},
detail: {
issue: {},
list: {},
},
moving: {
issue: {},
......@@ -74,6 +75,7 @@ const boardsStore = {
this.filter.path = getUrlParamsArray().join('&');
this.detail = {
issue: {},
list: {},
};
},
showPage(page) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment