diff --git a/src/components/EndpointDialong.tsx b/src/components/EndpointDialong.tsx index 641b8a4..f551a45 100644 --- a/src/components/EndpointDialong.tsx +++ b/src/components/EndpointDialong.tsx @@ -80,7 +80,7 @@ const EndpointDialog = ({ endpoint, secure }: EndpointDialogProps) => { ? closeTheError() : showTheError(); }} - placeholder={!endpoint[0] ? "http://localhost:8080" : ""} + placeholder="localhost:8080" error={error} helperText={errorText} />