|
onSubmit?: (data: Record<string, any>) => any | void;
|
|
onSubmit?: (data: Record<string, any>) => any | void;
|
|
function ApiForm({onSubmit, apiMethod, apiEndpoint, hostOverride, ...otherProps}: Props) {
|
|
function ApiForm({onSubmit, apiMethod, apiEndpoint, hostOverride, ...otherProps}: Props) {
|