fixing bug with gsheets
This commit is contained in:
parent
951a1ba3d2
commit
375deb5ee9
|
@ -17,7 +17,7 @@
|
||||||
ds = await preAuthStep()
|
ds = await preAuthStep()
|
||||||
}
|
}
|
||||||
window.open(
|
window.open(
|
||||||
`/api/global/auth/${tenantId}/datasource/google?datasourceId=${datasource._id}&appId=${$store.appId}`,
|
`/api/global/auth/${tenantId}/datasource/google?datasourceId=${ds._id}&appId=${$store.appId}`,
|
||||||
"_blank"
|
"_blank"
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue