Commit 0a131019 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'bugfix-removebtn-board-settings-sidebar' into 'master'

Fix console error when open board list settings sidebar

See merge request gitlab-org/gitlab!33912
parents 49a59f32 c4a72515
...@@ -43,6 +43,7 @@ const boardsStore = { ...@@ -43,6 +43,7 @@ const boardsStore = {
}, },
detail: { detail: {
issue: {}, issue: {},
list: {},
}, },
moving: { moving: {
issue: {}, issue: {},
...@@ -74,6 +75,7 @@ const boardsStore = { ...@@ -74,6 +75,7 @@ const boardsStore = {
this.filter.path = getUrlParamsArray().join('&'); this.filter.path = getUrlParamsArray().join('&');
this.detail = { this.detail = {
issue: {}, issue: {},
list: {},
}; };
}, },
showPage(page) { 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