MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / getInitValues

Function getInitValues

web/src/pages/Channel/EditTagModal.js:55–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 const [inputs, setInputs] = useState(originInputs);
54 const formApiRef = useRef(null);
55 const getInitValues = () => ({ ...originInputs });
56
57 const handleInputChange = (name, value) => {
58 setInputs((inputs) => ({ ...inputs, [name]: value }));

Callers 1

EditTagModal.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected