fix(organizational-chart): change empty state handling and styling for hierarchy charts [frappe]
From: https://github.com/frappe/hrms/commit/974f60bf3d064cfac996a400466650ff5ab2983d
Date: 2026-04-07 15:46:23+05:30
By: Krishna Shirsath
fix(organizational-chart): change empty state handling and styling for hierarchy charts
This is a commit that is not part of any pull request.
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-commit-974f60bf3d064c
# Alternatively, re-take the changes
git switch develop
ft take ft-commit-974f60bf3d064c
# 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