forked from AkkomaGang/akkoma-fe
Only display 10 notifications at a time, 20 is too much.
This commit is contained in:
parent
56e036b4de
commit
2933dc30a5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { sortBy, take, filter } from 'lodash'
|
||||||
const Notifications = {
|
const Notifications = {
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
visibleNotificationCount: 20
|
visibleNotificationCount: 10
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|
Loading…
Reference in a new issue