diff --git a/ui-ngx/src/app/modules/home/pages/notification/inbox/inbox-table-config.resolver.ts b/ui-ngx/src/app/modules/home/pages/notification/inbox/inbox-table-config.resolver.ts index f8088c28cb..ef82d0d9e4 100644 --- a/ui-ngx/src/app/modules/home/pages/notification/inbox/inbox-table-config.resolver.ts +++ b/ui-ngx/src/app/modules/home/pages/notification/inbox/inbox-table-config.resolver.ts @@ -133,9 +133,10 @@ export class InboxTableConfigResolver implements Resolve { if (value.data.length === 1 && this.config.getTable().pageLink.page) { - this.config.getTable().pageLink.page--; + this.config.getTable().paginator.previousPage(); + } else { + this.config.updateData(); } - this.config.updateData(); } ); } else {