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: {
onModeSwitch(index, dataset) {
onModeSwitch (index, dataset) {
this.filterMode = tabModeDict[dataset.filter]
}
},

View file

@ -15,7 +15,7 @@ const Notifications = {
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
filterMode: Array
},
},
data () {
return {
bottomedOut: false