This commit is contained in:
Adria Navarro 2024-11-20 14:16:10 +01:00
parent 3250ad4947
commit cf7daf0602
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ datasourceDescribe(
sort: this.query.sort,
query: this.query.query || {},
paginate: this.query.paginate,
bookmark: this.query.bookmark,
bookmark: this.query.bookmark ?? undefined,
limit: this.query.limit,
sortOrder: this.query.sortOrder,
sortType: this.query.sortType,