Skip to content

Commit

Permalink
[Obs AI Assistant] Fix multiple flyouts (elastic#209158)
Browse files Browse the repository at this point in the history
  • Loading branch information
viduni94 authored Jan 31, 2025
1 parent b457cdd commit 50b8776
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ export class ObservabilityAIAssistantAppPlugin
() => {}
);

return () => {};
return () => {
ReactDOM.unmountComponentAtNode(element);
};
},
// right before the user profile
order: 1001,
Expand Down

0 comments on commit 50b8776

Please sign in to comment.