change input to hide default
This commit is contained in:
@@ -72,7 +72,7 @@ const Input = (props: {
|
|||||||
field: "apiKey" | "apiEndpoint";
|
field: "apiKey" | "apiEndpoint";
|
||||||
help: string;
|
help: string;
|
||||||
}) => {
|
}) => {
|
||||||
const [hideInput, setHideInput] = useState(false);
|
const [hideInput, setHideInput] = useState(true);
|
||||||
return (
|
return (
|
||||||
<Help help={props.help}>
|
<Help help={props.help}>
|
||||||
<label className="m-2 p-2">{props.field}</label>
|
<label className="m-2 p-2">{props.field}</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user