mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
QQQ-21: fixed isRequired being double checked
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user