Skip to content

Commit

Permalink
Update BackendUrlInput.js
Browse files Browse the repository at this point in the history
  • Loading branch information
saharmor authored Nov 20, 2022
1 parent ff2ee5f commit e83abe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/src/BackendUrlInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const BackendUrlInput = ({
return (
<Grid container spacing={1} alignContent="center">
<Grid item xs={10}>
<TextField className={classes.inputBackend} fullWidth id="standard-basic"
<TextField className={classes.inputBackend} fullWidth id="standard-basic" type="url"
label="Backend URL" value={backendUrl} disabled={disabled}
error={!isValidBackendEndpoint && backendUrl !== ''}
helperText={!isValidBackendEndpoint && backendUrl !== '' && "No running DALL-E server with this URL (did you include the http prefix?)"}
Expand Down

0 comments on commit e83abe2

Please sign in to comment.