mirror of
https://github.com/flarum/core.git
synced 2025-07-29 04:30:56 +02:00
fix: infinite scroll not initialized for notifications on big screens (#3733)
This commit is contained in:
@@ -4,7 +4,7 @@ import Notification from '../../common/models/Notification';
|
||||
|
||||
export default class NotificationListState extends PaginatedListState<Notification> {
|
||||
constructor() {
|
||||
super({}, 1, 10);
|
||||
super({}, 1, 20);
|
||||
}
|
||||
|
||||
get type(): string {
|
||||
|
Reference in New Issue
Block a user