QQQ-21: fixed isRequired being double checked

This commit is contained in:
Tim Chamberlain
2022-07-07 15:15:13 -05:00
parent 22e35cdfb0
commit 8354f81eca
4 changed files with 11 additions and 9 deletions

View File

@ -70,7 +70,6 @@ function QDynamicForm(props: Props): JSX.Element {
return (
<Grid item xs={12} sm={6} key={fieldName}>
<FormField
required={field.isRequired}
type={field.type}
label={field.label}
name={fieldName}