diff --git a/src/components/WorkspaceFunc.js b/src/components/WorkspaceFunc.js
index fa75369..5d3b10c 100644
--- a/src/components/WorkspaceFunc.js
+++ b/src/components/WorkspaceFunc.js
@@ -297,7 +297,7 @@ class WorkspaceFunc extends Component {
-
+
this.resetWorkspace()}
@@ -324,7 +324,7 @@ class WorkspaceFunc extends Component {
autoFocus
margin="dense"
id="name"
- defaultValue={"http://localhost:3000/share/" + this.state.id}
+ defaultValue={window.location + "share/" + this.state.id}
label="url"
type="email"
fullWidth