[Fleet] Remove duplicate instances of AgentEnrollmentFlyout
#131839
Labels
Team:Fleet
Team label for Observability Data Collection Fleet team
technical debt
Improvement of the software architecture and operational architecture
In 8.3, we've pivoted the flyout implementation for the enrollment and Fleet Server flyouts to a "singleton" approach using React Context. We've got some leftover implementations where we're rendering duplicate instances of the
AgentEnrollmentFlyout
component that should be cleaned up and converted to using the new global context object found inhooks/flyout_context.tsx
.The text was updated successfully, but these errors were encountered: