fix: filter doesnt become null by sokumon [frappe] PR#31120
From: https://github.com/frappe/frappe/pull/31120
Date: 2025-02-05 12:26:37+05:30
- fix: better way to set value to filter
- fix: filter doesnt become null
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-31120
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-31120
# 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