diff options
author | James Hu <51237606+jameshu111@users.noreply.github.com> | 2023-06-26 10:37:11 -0400 |
---|---|---|
committer | James Hu <51237606+jameshu111@users.noreply.github.com> | 2023-06-26 10:37:11 -0400 |
commit | 5f44a6cf1f16023a4c39872f2ccfc129c65ea812 (patch) | |
tree | a90a3b8bf986cf8ea8a67016b9ceb5e01d3841c2 /src/client/documents/Documents.ts | |
parent | 1bc15f9b408d35639cea37ea1c29e7cdbd326301 (diff) |
temp working version
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index ffde9fe1b..ac6c48619 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -1739,7 +1739,8 @@ export namespace DocUtils { return; } const full = { ...options, _width: 400, title: name }; - const pathname = Utils.prepend(result.accessPaths.agnostic.client); + // const pathname = Utils.prepend(result.accessPaths.agnostic.client); + const pathname = result.accessPaths.azure.client; const doc = await DocUtils.DocumentFromType(type, pathname, full, overwriteDoc); if (doc) { const proto = Doc.GetProto(doc); |