enf defect 13
This commit is contained in:
+12
-5
@@ -889,9 +889,10 @@ let Enforcement_Questionnaire = (props) => {
|
|||||||
)}
|
)}
|
||||||
component={RenderLPACondtionalRadioList}
|
component={RenderLPACondtionalRadioList}
|
||||||
validate={[required]}
|
validate={[required]}
|
||||||
legend={t(
|
legend={
|
||||||
"myrepresentations:enf-section-question-31a"
|
"a) " +
|
||||||
)}
|
t("myrepresentations:enf-section-question-31a")
|
||||||
|
}
|
||||||
conditionalLabel={t(
|
conditionalLabel={t(
|
||||||
"myrepresentations:enf-section-question-31a-hint"
|
"myrepresentations:enf-section-question-31a-hint"
|
||||||
)}
|
)}
|
||||||
@@ -901,7 +902,10 @@ let Enforcement_Questionnaire = (props) => {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<Field
|
<Field
|
||||||
label={t("myrepresentations:enf-section-question-31b")}
|
label={
|
||||||
|
"b) " +
|
||||||
|
t("myrepresentations:enf-section-question-31b")
|
||||||
|
}
|
||||||
name="developmentNotTakePlaceBiodiversity"
|
name="developmentNotTakePlaceBiodiversity"
|
||||||
id="developmentNotTakePlaceBiodiversity"
|
id="developmentNotTakePlaceBiodiversity"
|
||||||
component={RenderRadioList}
|
component={RenderRadioList}
|
||||||
@@ -915,7 +919,10 @@ let Enforcement_Questionnaire = (props) => {
|
|||||||
aria-describedby={props.name + "-hint"}
|
aria-describedby={props.name + "-hint"}
|
||||||
/>
|
/>
|
||||||
<Field
|
<Field
|
||||||
label={t("myrepresentations:enf-section-question-31c")}
|
label={
|
||||||
|
"c) " +
|
||||||
|
t("myrepresentations:enf-section-question-31c")
|
||||||
|
}
|
||||||
name="developmentNotTakePlaceBroadband"
|
name="developmentNotTakePlaceBroadband"
|
||||||
id="developmentNotTakePlaceBroadband"
|
id="developmentNotTakePlaceBroadband"
|
||||||
component={RenderRadioList}
|
component={RenderRadioList}
|
||||||
|
|||||||
Reference in New Issue
Block a user