fix: espresso issues shared in #22508. [frappe] PR#22508
From: https://github.com/frappe/frappe/pull/22508
Date: 2023-09-25 17:51:53+05:30
- fix: espresso issues shared in #22508.
Diagnostics
pre-commit failed for source commit: 1041b7b85b0a5142685ced58ee137b098643314d
prettier.................................................................Failed
- hook id: prettier
- files were modified by this hook
frappe/public/js/frappe/ui/filters/filter_list.js
frappe/public/js/frappe/ui/group_by/group_by.js
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-22508
# 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