Fix endpoint box placeholder text

This commit is contained in:
powermaker450 2024-09-10 16:46:32 -04:00
parent 4113ce56ad
commit 0c5a6ddde9

View file

@ -80,7 +80,7 @@ const EndpointDialog = ({ endpoint, secure }: EndpointDialogProps) => {
? closeTheError() ? closeTheError()
: showTheError(); : showTheError();
}} }}
placeholder={!endpoint[0] ? "http://localhost:8080" : ""} placeholder="localhost:8080"
error={error} error={error}
helperText={errorText} helperText={errorText}
/> />