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

Function getInitValues

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

Source from the content-addressed store, hash-verified

126 const [channelSearchValue, setChannelSearchValue] = useState('');
127 const [useManualInput, setUseManualInput] = useState(false); // 是否使用手动输入模式
128 const getInitValues = () => ({ ...originInputs });
129 const handleInputChange = (name, value) => {
130 if (formApiRef.current) {
131 formApiRef.current.setValue(name, value);

Callers 1

EditChannel.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected