MCPcopy
hub / github.com/tone-row/flowchart-fun / handleFormChange

Function handleFormChange

app/src/components/ImportDataDialog.tsx:321–323  ·  view source on GitHub ↗
(name: string, value: string)

Source from the content-addressed store, hash-verified

319 });
320
321 const handleFormChange = (name: string, value: string) => {
322 setFormState((prevState) => ({ ...prevState, [name]: value }));
323 };
324
325 const processingErrorMessage = useImportData(
326 (state) => state.processingErrorMessage

Callers 1

MappingDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected