1
0
Fork 0
mirror of synced 2024-06-23 08:30:31 +12:00

fixing bug with gsheets

This commit is contained in:
Martin McKeaveney 2022-02-09 15:41:20 +01:00
parent 8c64e6f089
commit 5fde3ac339

View file

@ -17,7 +17,7 @@
ds = await preAuthStep()
}
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"
)
}}