fix(FileUploader): minor stability improvements by barredterra [frappe] PR#34808
From: https://github.com/frappe/frappe/pull/34808
Date: 2025-11-21 03:39:45+01:00
- fix(FileUploader): minor stability improvements (#34808)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-34808
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-34808
# 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