We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8574c80 commit 1ee86beCopy full SHA for 1ee86be
uliweb_apijson/apijson/templates/vue/inc_apijson_table.html
@@ -357,8 +357,8 @@
357
if (this.config.add_fields!=null) {
358
this.add_items = this.config_add_fields
359
}
360
- if (this.config.page_size!=null) {
361
- this.query_count = this.config.page_size
+ if (this.config.default_page_size!=null) {
+ this.query_count = this.config.default_page_size
362
363
364
if (this.func_init!=null) {
0 commit comments