Fix build

This commit is contained in:
Adria Navarro 2024-05-13 12:25:19 +02:00
parent e451e99f6b
commit 01b9d6069c
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ function userColumnMapping(
export function searchInputMapping(
table: Table,
options: RowSearchParams,
datasourceOptions: { isSql?: boolean }
datasourceOptions: { isSql?: boolean } = {}
) {
if (!table?.schema) {
return options