mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client: fix reporting errors in pager
This commit is contained in:
@ -102,7 +102,7 @@ class ManualPageView {
|
||||
|
||||
views.syncScrollPosition();
|
||||
}, response => {
|
||||
this.showError(response.description);
|
||||
this.showError(response.message);
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user