Fix build
This commit is contained in:
parent
e451e99f6b
commit
01b9d6069c
|
@ -96,7 +96,7 @@ function userColumnMapping(
|
|||
export function searchInputMapping(
|
||||
table: Table,
|
||||
options: RowSearchParams,
|
||||
datasourceOptions: { isSql?: boolean }
|
||||
datasourceOptions: { isSql?: boolean } = {}
|
||||
) {
|
||||
if (!table?.schema) {
|
||||
return options
|
||||
|
|
Loading…
Reference in New Issue