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