fix: kanban column indicator duplicate select option by cwooldridge [frappe] PR#26658
From: https://github.com/frappe/frappe/pull/26658
Date: 2024-06-04 00:33:58-05:00
- fix: Red was defined twice. (#26658)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26658
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26658
# 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