added redux store for form elements
This commit is contained in:
@@ -10,7 +10,7 @@ export default function BuildRow(props) {
|
||||
const router = useRouter();
|
||||
const { locale } = router;
|
||||
|
||||
const { rowXML, whichSection, sectionCount } = props;
|
||||
const { rowXML, whichSection, sectionCount, onSubmit } = props;
|
||||
|
||||
const parser = new DOMParser();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user