fix duplicate attributes same name
This commit is contained in:
parent
70c537c078
commit
6f6e8e098a
@ -113,7 +113,6 @@ const AgeView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
copy={props.copy}
|
||||
onChange={props.onChange}
|
||||
tooltip={dataFields.date_source.tooltip}
|
||||
placeholder=""
|
||||
options={dataFields.date_source.items}
|
||||
placeholder={dataFields.date_source.example}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user