Error in Webform Add row button for Child table

I am getting below error on all Webform Child tables. The same forms are working in desk, but only giving error on Web forms

Error : grid_row.js:734 Uncaught TypeError: Cannot read properties of undefined (reading ‘reqd’)
at Vt.set_dependant_property (grid_row.js:734:8)
at grid_row.js:692:9
at Array.forEach ()
at Vt.setup_columns (grid_row.js:688:29)
at Vt.render_row (grid_row.js:309:8)
at Vt.make (grid_row.js:40:22)
at new Vt (grid_row.js:12:8)
at zn.render_result_rows (grid.js:487:16)
at zn.refresh (grid.js:444:8)
at zn.add_new_row (grid.js:846:10)

Attached screenshot. It is happening for Standard Child tables (doctypes) also.

ERPNext: v15.38.0 (version-15)

Frappe Framework: v15.43.0 (version-15)

I am also getting the same error, and the child table row is not opening in the modal popup for me.

Hi:

Maybe related…

1 Like

Thanks. Solved