mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Update webapp/components/FilterMenu/OrderByFilter.vue
Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
This commit is contained in:
parent
c50e20b801
commit
b3b5bc5452
@ -52,7 +52,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
buttonLable(buttonType) {
|
||||
let title
|
||||
switch (buttonType) {
|
||||
case 'asc':
|
||||
return this.orderedByCreationDate ? this.$t('filter-menu.order.oldest.label') : this.$t('filter-menu.order.last.label')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user