change input to hide default

This commit is contained in:
2023-08-06 17:26:27 +08:00
parent c90e32d74f
commit 50fa7b41d3

View File

@@ -72,7 +72,7 @@ const Input = (props: {
field: "apiKey" | "apiEndpoint";
help: string;
}) => {
const [hideInput, setHideInput] = useState(false);
const [hideInput, setHideInput] = useState(true);
return (
<Help help={props.help}>
<label className="m-2 p-2">{props.field}</label>