fix: broken button under `Actions` in Lead doctype by ruthra-kumar [frappe] PR#42119
From: https://github.com/frappe/erpnext/pull/42119
Date: 2024-07-01 13:00:01+05:30
- fix: broken UI buttons under
Actionsin Lead
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42119
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42119
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease