📋 Description:
When using the Child Table (Grid) component in Frappe CRM:
- If the initial value is an empty string (""), the component tries to map() over it during mounted, which leads to a page-breaking error because map is not valid on a string.
- When data is added using the push() method to the definedModel variable, it does not emit a change event.
- As a result, the component's computed value does not update, and the selected data is not displayed.
🛠️ Steps to Reproduce:
- Use Child Table in a doctype then add in layout
- Open Modal for create reocrd
- Also Add Values then check
Notice:
Component breaks on mount.
UI doesn't reflect updated values.

📋 Description:
When using the Child Table (Grid) component in Frappe CRM:
🛠️ Steps to Reproduce:
Notice:
Component breaks on mount.
UI doesn't reflect updated values.