fix(Duration): save null for empty value by sumitbhanushali [frappe] PR#27062
From: https://github.com/frappe/frappe/pull/27062
Date: 2024-07-09 16:43:29+05:30
- fix(Duration): save null for empty value
Diagnostics
pre-commit failed for source commit: d476cbdf84808638be12960f7de6aa82157f79a2
prettier.................................................................Failed
- hook id: prettier
- files were modified by this hook
frappe/public/js/frappe/form/controls/duration.js
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27062
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27062
# 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