From 0c5a6ddde95dd61bca33c54f7f7daf9f5cf67ee5 Mon Sep 17 00:00:00 2001 From: powermaker450 Date: Tue, 10 Sep 2024 16:46:32 -0400 Subject: [PATCH] Fix endpoint box placeholder text --- src/components/EndpointDialong.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} />