From 50fa7b41d3a8a2b89f9fc8557b9c6b481317ab35 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Sun, 6 Aug 2023 17:26:27 +0800 Subject: [PATCH] change input to hide default --- src/settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.tsx b/src/settings.tsx index da916e9..9e597ea 100644 --- a/src/settings.tsx +++ b/src/settings.tsx @@ -72,7 +72,7 @@ const Input = (props: { field: "apiKey" | "apiEndpoint"; help: string; }) => { - const [hideInput, setHideInput] = useState(false); + const [hideInput, setHideInput] = useState(true); return (