questionnaire defect 52
This commit is contained in:
@@ -578,6 +578,7 @@ export const RenderTextfield = ({
|
||||
name={name}
|
||||
id={id}
|
||||
type={type}
|
||||
disabled={custom.disabled == true ? true : false}
|
||||
/>
|
||||
</div>
|
||||
</>
|
||||
|
||||
+1
@@ -1067,6 +1067,7 @@ let S78_Questionnaire = (props) => {
|
||||
label={t(
|
||||
"myrepresentations:s78-section-question-onbehalf"
|
||||
)}
|
||||
disabled={true}
|
||||
errorMsg={t("myrepresentations:is-required-label")}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user