add copy tool Team fields
This commit is contained in:
parent
3140f575c3
commit
5aa13e0e83
@ -47,6 +47,7 @@ const TeamView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
|||||||
slug="has_extension"
|
slug="has_extension"
|
||||||
value={props.building.has_extension}
|
value={props.building.has_extension}
|
||||||
mode={props.mode}
|
mode={props.mode}
|
||||||
|
copy={props.copy}
|
||||||
onChange={props.onChange}
|
onChange={props.onChange}
|
||||||
tooltip={dataFields.has_extension.tooltip}
|
tooltip={dataFields.has_extension.tooltip}
|
||||||
/>
|
/>
|
||||||
@ -189,7 +190,7 @@ const TeamView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
|||||||
title={dataFields.designer_awards.title}
|
title={dataFields.designer_awards.title}
|
||||||
tooltip={dataFields.designer_awards.tooltip}
|
tooltip={dataFields.designer_awards.tooltip}
|
||||||
value={props.building.designer_awards}
|
value={props.building.designer_awards}
|
||||||
|
copy={props.copy}
|
||||||
onChange={props.onChange}
|
onChange={props.onChange}
|
||||||
mode={props.mode}
|
mode={props.mode}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user