Fix
This commit is contained in:
parent
3250ad4947
commit
cf7daf0602
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue