fix: force `[]` as default for child tables by ankush [frappe] PR#24000
From: https://github.com/frappe/frappe/pull/24000
Date: 2023-12-28 13:48:35+05:30
- fix: force
[]as default for child tables (#24000)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-24000
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease