diff --git a/src/react-components/create-object-dialog.js b/src/react-components/create-object-dialog.js index 6b314cfa7af6cf5cdb8ddca808a5c7457ebb1bdf..16dfa5c1be3e91bca26d63185d7cc6d7e52c33e7 100644 --- a/src/react-components/create-object-dialog.js +++ b/src/react-components/create-object-dialog.js @@ -98,6 +98,7 @@ export default class CreateObjectDialog extends Component { className={cx(styles.leftSideOfInput)} placeholder="Image/Video/glTF URL" onChange={this.onUrlChange} + type="url" value={this.state.url} /> );