questionnaire defect 52

This commit is contained in:
2025-01-14 17:24:04 +00:00
parent 175500a2ce
commit ab66b969b4
2 changed files with 2 additions and 0 deletions
@@ -578,6 +578,7 @@ export const RenderTextfield = ({
name={name}
id={id}
type={type}
disabled={custom.disabled == true ? true : false}
/>
</div>
</>