1
0
Fork 0
mirror of synced 2024-08-23 05:51:29 +12:00

Fix build

This commit is contained in:
Adria Navarro 2024-05-13 12:25:19 +02:00
parent e451e99f6b
commit 01b9d6069c

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