upddate work_carried_out
This commit is contained in:
parent
63eb2c3bb7
commit
1adfc5f106
@ -33,6 +33,13 @@ const TeamView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
|||||||
slug='work_carried_out'
|
slug='work_carried_out'
|
||||||
title={dataFields.work_carried_out.title}
|
title={dataFields.work_carried_out.title}
|
||||||
value={currentBuildingConstructionYear}
|
value={currentBuildingConstructionYear}
|
||||||
|
mode={props.mode}
|
||||||
|
copy={props.copy}
|
||||||
|
onChange={props.onChange}
|
||||||
|
step={1}
|
||||||
|
min={1}
|
||||||
|
max={currentYear}
|
||||||
|
tooltip={dataFields.work_carried_out.tooltip}
|
||||||
/>
|
/>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user