client: fix reporting errors in pager
This commit is contained in:
parent
8934b85c92
commit
eead1560ee
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class ManualPageView {
|
||||||
|
|
||||||
views.syncScrollPosition();
|
views.syncScrollPosition();
|
||||||
}, response => {
|
}, response => {
|
||||||
this.showError(response.description);
|
this.showError(response.message);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue