Fix:Remove all button when not viewing issues page #585

This commit is contained in:
advplyr 2022-05-11 17:39:15 -05:00
parent c6323f8ad9
commit 639c930779

View File

@ -143,7 +143,7 @@ export default {
return this.$store.getters['user/getUserSetting']('filterBy')
},
isIssuesFilter() {
return this.filterBy === 'issues'
return this.filterBy === 'issues' && this.$route.query.filter === 'issues'
}
},
methods: {