Component
Full Dashboard
Performance Monitor Version
2.1.0
SQL Server Version
All
Windows Version
Windows 11
Describe the Bug
The fix for #319 was overwritten and it's not on v2.1.0
Root Cause:
PR #320 was only in the dev branch. When PR #352 tried to merge dev to main, it was reverted via PR #353. Later, when main was merged back into dev (commit 842dc68), the old code from main overwrote the fix that existed in dev, causing the regression.
Steps to Reproduce
Check #319
Expected Behavior
Check #320
Actual Behavior
Check #319
Error Messages / Log Output
Screenshots
No response
Additional Context
Will submit a PR to add the fix again.