Loading src/components/JamaActionsToolbar.vue +3 −0 Original line number Diff line number Diff line Loading @@ -126,8 +126,11 @@ export default { currentCollection() { this.allSelected = false; this.batchMode = false; this.excludedCollectionIds = []; this.excludedResourceIds = []; this.$store.commit('setSelectedResources', []); this.$store.commit('setSelectedCollections', []); }, selectedCollections(after, before) { Loading Loading
src/components/JamaActionsToolbar.vue +3 −0 Original line number Diff line number Diff line Loading @@ -126,8 +126,11 @@ export default { currentCollection() { this.allSelected = false; this.batchMode = false; this.excludedCollectionIds = []; this.excludedResourceIds = []; this.$store.commit('setSelectedResources', []); this.$store.commit('setSelectedCollections', []); }, selectedCollections(after, before) { Loading