Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update dependency array in layout effect
- Added `wasCollapse` to the dependency array of the useEffect hook in `src/layouts/dashboard/layout.tsx`. - This change ensures that the effect runs when `wasCollapse` changes, maintaining proper state synchronization.
- Loading branch information