From 145c14c0ccd94ee85f8bab0947c1cbd69bba5523 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 17 Oct 2020 09:42:54 +0200 Subject: [PATCH] Update WorkspaceFunc.js --- src/components/WorkspaceFunc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/WorkspaceFunc.js b/src/components/WorkspaceFunc.js index 5d3b10c..8c2d1af 100644 --- a/src/components/WorkspaceFunc.js +++ b/src/components/WorkspaceFunc.js @@ -324,7 +324,7 @@ class WorkspaceFunc extends Component { autoFocus margin="dense" id="name" - defaultValue={window.location + "share/" + this.state.id} + defaultValue={window.location.origin + "/share/" + this.state.id} label="url" type="email" fullWidth