MCPcopy Create free account
hub / github.com/QuarkGluonPlasma/react-course-code / onFinish

Function onFinish

form-component/src/App.tsx:7–9  ·  view source on GitHub ↗
(values: any)

Source from the content-addressed store, hash-verified

5
6const Basic: React.FC = () => {
7 const onFinish = (values: any) => {
8 console.log('Success:', values);
9 };
10
11 const onFinishFailed = (errorInfo: any) => {
12 console.log('Failed:', errorInfo);

Callers 3

handleSubmitFunction · 0.50
FormFunction · 0.50
saveFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected