Fix build
This commit is contained in:
parent
a05ec1498f
commit
d7e2f0fc0e
|
@ -31,7 +31,7 @@ export async function save(
|
||||||
tableId?: string
|
tableId?: string
|
||||||
rowsToImport?: Row[]
|
rowsToImport?: Row[]
|
||||||
renaming?: RenameColumn
|
renaming?: RenameColumn
|
||||||
isImport: boolean
|
isImport?: boolean
|
||||||
}
|
}
|
||||||
) {
|
) {
|
||||||
const db = context.getAppDB()
|
const db = context.getAppDB()
|
||||||
|
|
Loading…
Reference in New Issue