We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f33f2 commit 4456b53Copy full SHA for 4456b53
mlp/static/js/local_settings.js
@@ -313,6 +313,8 @@
313
314
this.$emit('settings-saved', this.settings);
315
316
+ // reset to the first page and recount pages
317
+ this.$parent.reset_page();
318
return this.settings;
319
}
320
mlp/static/js/main_app.js
@@ -846,7 +846,6 @@ const app = Vue.createApp({
846
847
this.page_count = res['total_pages'];
848
this.count = res['count'];
849
- console.log(this.page_count)
850
851
this.toggleLoading(false);
852
// check for updates
0 commit comments