aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-07-28 11:17:18 -0400
committerGitHub <noreply@github.com>2023-07-28 11:17:18 -0400
commitef636fd670ba0f9786785e724ef4e88508ee2630 (patch)
tree930a15f1583481c744a3797276373c8e1c89b7b3 /src/client/documents
parentbf34928ad34d45f97c69da91b965c21f47edb5bf (diff)
parent022540e2833025409fd8017c5c9ecb3bfc93867b (diff)
Merge pull request #202 from brown-dash/sophie-report-manager
New Report Manager
Diffstat (limited to 'src/client/documents')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index ff427b96c..f22fa9f17 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -1748,7 +1748,7 @@ export namespace DocUtils {
return;
}
const full = { ...options, _width: 400, title: name };
- const pathname = Utils.prepend(result.accessPaths.agnostic.client);
+ const pathname = result.accessPaths.agnostic.client;
const doc = await DocUtils.DocumentFromType(type, pathname, full, overwriteDoc);
if (doc) {
const proto = Doc.GetProto(doc);