upddate work_carried_out

This commit is contained in:
Ed Chalstrey 2022-06-01 11:27:25 +01:00
parent 63eb2c3bb7
commit 1adfc5f106

View File

@ -33,6 +33,13 @@ const TeamView: React.FunctionComponent<CategoryViewProps> = (props) => {
slug='work_carried_out'
title={dataFields.work_carried_out.title}
value={currentBuildingConstructionYear}
mode={props.mode}
copy={props.copy}
onChange={props.onChange}
step={1}
min={1}
max={currentYear}
tooltip={dataFields.work_carried_out.tooltip}
/>
</Fragment>
);