diff --git a/client/web/reporter/src/components/Report/Blocks/DisplayElements/Configurators/index.vue b/client/web/reporter/src/components/Report/Blocks/DisplayElements/Configurators/index.vue index 732f72b9b..97875f226 100644 --- a/client/web/reporter/src/components/Report/Blocks/DisplayElements/Configurators/index.vue +++ b/client/web/reporter/src/components/Report/Blocks/DisplayElements/Configurators/index.vue @@ -230,7 +230,7 @@ export default { this.options.datasources[this.currentConfigurableDatasourceIndex].paging = {} } - this.options.datasources[this.currentConfigurableDatasourceIndex].paging.limit = limit + this.options.datasources[this.currentConfigurableDatasourceIndex].paging.limit = limit || 0 } }, },