diff --git a/src/settings.tsx b/src/settings.tsx index 88c286e..661e529 100644 --- a/src/settings.tsx +++ b/src/settings.tsx @@ -71,10 +71,19 @@ const Input = (props: { field: "apiKey" | "apiEndpoint"; help: string; }) => { + const [hideInput, setHideInput] = useState(false); return ( + setHideInput(!hideInput)} + > + + + {