Skip to content

Commit

Permalink
chore: preset fitler (global): remove count (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiyad authored Apr 4, 2023
1 parent 902c5df commit f14b6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desk/src/components/global/PresetFilters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default {
},
computed: {
title() {
return `${this.listTitle} (${this.itemCount})`;
return this.listTitle;
},
filters() {
return this.manager.sudoFilters;
Expand Down

0 comments on commit f14b6f5

Please sign in to comment.