add placeholders explaining why questions are not yet activated
This commit is contained in:
parent
626a425cdd
commit
05f27e3a92
@ -68,6 +68,7 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
copy={props.copy}
|
||||
onChange={props.onChange}
|
||||
disabled={true}
|
||||
placeholder="Category not yet activated"
|
||||
/>
|
||||
<Verification
|
||||
slug="planning_crowdsourced_site_completion_year"
|
||||
@ -86,6 +87,7 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
copy={props.copy}
|
||||
onChange={props.onChange}
|
||||
disabled={true}
|
||||
placeholder="Category not yet activated"
|
||||
/>
|
||||
<Verification
|
||||
slug="planning_crowdsourced_planning_id"
|
||||
|
Loading…
Reference in New Issue
Block a user