Close list add on board click

This commit is contained in:
Roman Cervantes 2019-04-18 13:31:15 -07:00
parent 817be6e390
commit 6ca0c383bc

View file

@ -86,6 +86,7 @@ export default {
CLEAR_ACTIVE_LIST_INDEX(state) {
state.activeListIndex = null;
state.searchActive = null;
state.addingList = false;
},
SET_PLATFORM(state, platform) {