Only display 10 notifications at a time, 20 is too much.

このコミットが含まれているのは:
Roger Braun 2017-02-19 13:37:21 +01:00
コミット 2933dc30a5
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -3,7 +3,7 @@ import { sortBy, take, filter } from 'lodash'
const Notifications = {
data () {
return {
visibleNotificationCount: 20
visibleNotificationCount: 10
}
},
computed: {