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