Skip to content

Commit

Permalink
Removed duplicate label
Browse files Browse the repository at this point in the history
  • Loading branch information
GuidoZam committed Jul 3, 2024
1 parent 02d928b commit bf5356f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/controls/dynamicForm/dynamicField/DynamicField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ export class DynamicField extends React.Component<IDynamicFieldProps, IDynamicFi
selectedKey={typeof valueToDisplay === "object" ? valueToDisplay?.key : valueToDisplay}
options={optionsGroup}
onChange={(e, option) => { this.onChange(option, true); }}
label={label}
required={true}
disabled={disabled}
/>;
}
Expand Down

0 comments on commit bf5356f

Please sign in to comment.