fleet/frontend/pages/admin/TeamManagementPage/components
jacobshandling de7c792945
Restore intended flash messages (#23152)
Addresses #23139 and #23141

- Remove a premature `return` that prevented subsequent `renderFlash`
from firing
- Fix order of `push` and subsequent `renderFlash` for correct behavior
- Check codebase for additional instances of problematic `push` calls
_after_ associated `renderFlash` calls via regex
`\renderFlash\([\s\S\n]{0,400}router\.push/`
- Misc cleanup


![ezgif-6-c49d5d0432](https://github.com/user-attachments/assets/40a96439-7647-45ec-8847-5b0c85b448aa)


- [x] Manual QA for all new/changed functionality

---------

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
2024-10-23 14:09:14 -07:00
..
CreateTeamModal UI – Display whitespace of existing, trim names on create/update of team and query names (#22524) 2024-10-03 15:59:10 -07:00
DeleteTeamModal Restore intended flash messages (#23152) 2024-10-23 14:09:14 -07:00
RenameTeamModal UI – Display whitespace of existing, trim names on create/update of team and query names (#22524) 2024-10-03 15:59:10 -07:00
EmptyTeamsTable.tsx Fix issues with admin settings pages UI resetting dropdown menus on unrelated state changes (#16468) 2024-02-07 09:59:31 -06:00