BigW Consortium Gitlab

Commit ed40b059 by Phil Hughes

Stop propogation when adding default lists

parent 4e83744d
......@@ -11,7 +11,8 @@
}
},
methods: {
addDefaultLists: function () {
addDefaultLists: function (e) {
e.stopImmediatePropagation();
BoardsStore.removeBlankState();
_.each(this.predefinedLabels, (label, i) => {
......
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