Fix types

This commit is contained in:
Adria Navarro 2024-11-29 13:51:31 +01:00
parent 57c4663663
commit a2730279d4
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ if (descriptions.length) {
const inMemoryQuery: RequiredKeys<
Omit<RowSearchParams, "tableId">
> = {
sort: this.query.sort,
sort: this.query.sort ?? undefined,
query: { ...this.query.query },
paginate: this.query.paginate,
bookmark: this.query.bookmark ?? undefined,