diff --git a/src/store/mutations.js b/src/store/mutations.js index cb86b465..3dca8109 100755 --- a/src/store/mutations.js +++ b/src/store/mutations.js @@ -86,6 +86,7 @@ export default { CLEAR_ACTIVE_LIST_INDEX(state) { state.activeListIndex = null; state.searchActive = null; + state.addingList = false; }, SET_PLATFORM(state, platform) {