Fix endpoint box placeholder text
This commit is contained in:
parent
4113ce56ad
commit
0c5a6ddde9
|
@ -80,7 +80,7 @@ const EndpointDialog = ({ endpoint, secure }: EndpointDialogProps) => {
|
|||
? closeTheError()
|
||||
: showTheError();
|
||||
}}
|
||||
placeholder={!endpoint[0] ? "http://localhost:8080" : ""}
|
||||
placeholder="localhost:8080"
|
||||
error={error}
|
||||
helperText={errorText}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue