switch has_extension to LogicalDataEntry
This commit is contained in:
parent
d031239245
commit
66462fefac
@ -22,16 +22,13 @@ const TeamView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
|||||||
return (
|
return (
|
||||||
<form>
|
<form>
|
||||||
<InfoBox msg="Can you help us capture information on who built the current building?"></InfoBox>
|
<InfoBox msg="Can you help us capture information on who built the current building?"></InfoBox>
|
||||||
<SelectDataEntry
|
<LogicalDataEntry
|
||||||
title={dataFields.has_extension.title}
|
title={dataFields.has_extension.title}
|
||||||
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}
|
||||||
placeholder={dataFields.has_extension.example}
|
|
||||||
options={dataFields.has_extension.items}
|
|
||||||
/>
|
/>
|
||||||
{props.building.has_extension ? (
|
{props.building.has_extension ? (
|
||||||
<>
|
<>
|
||||||
|
Loading…
Reference in New Issue
Block a user