add copy tool to missing community field

This commit is contained in:
Ed Chalstrey 2022-06-20 13:38:32 +01:00
parent 3882790706
commit aa8649f710

View File

@ -150,10 +150,10 @@ const CommunityView: React.FunctionComponent<CategoryViewProps> = (props) => {
isUrl={true}
placeholder={'https://...'}
editableEntries={true}
value={props.building.community_public_ownership_sources}
onChange={props.onChange}
mode={props.mode}
copy={props.copy}
/>
<Verification
slug="community_public_ownership_sources"