This commit is contained in:
Henry Jameson 2019-05-15 20:49:46 +03:00
parent 7976d118ca
commit aa24ac7ea6
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ const Interactions = {
} }
}, },
methods: { methods: {
onModeSwitch(index, dataset) { onModeSwitch (index, dataset) {
this.filterMode = tabModeDict[dataset.filter] this.filterMode = tabModeDict[dataset.filter]
} }
}, },

View file

@ -15,7 +15,7 @@ const Notifications = {
minimalMode: Boolean, minimalMode: Boolean,
// Custom filter mode, an array of strings, possible values 'mention', 'repeat', 'like', 'follow', used to override global filter for use in "Interactions" timeline // Custom filter mode, an array of strings, possible values 'mention', 'repeat', 'like', 'follow', used to override global filter for use in "Interactions" timeline
filterMode: Array filterMode: Array
}, },
data () { data () {
return { return {
bottomedOut: false bottomedOut: false