1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +12:00

fixing bug with gsheets

This commit is contained in:
Martin McKeaveney 2022-02-09 15:41:20 +01:00
parent 951a1ba3d2
commit 375deb5ee9

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"
)
}}