mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
Move `ACTIVE_BUILD_STATUSES` constant from `WorkspacesPage.tsx` to a module to break the circular dependency between `WorkspacesPage.tsx` and `BatchUpdateModalForm.tsx`. This resolves the circular dependency lint error and ensures proper code organization. **Error:** ``` • Circular Dependencies 1) src/pages/WorkspacesPage/WorkspacesPage.tsx -> src/pages/WorkspacesPage/BatchUpdateModalForm.tsx ``` --------- Co-authored-by: Claude <noreply@anthropic.com>