Don't set active list upon creation

This commit is contained in:
Roman Cervantes 2019-04-03 17:12:11 -07:00
parent c769b0d2d8
commit 72bdc8255a

View file

@ -191,7 +191,7 @@ export default {
}
this.$store.commit('CLEAR_SEARCH_RESULTS');
this.$store.commit('SET_ACTIVE_LIST_INDEX', this.list.length - 1);
// this.$store.commit('SET_ACTIVE_LIST_INDEX', this.list.length - 1);
},
reset() {