Skip to content

Commit

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

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

0 comments on commit 30b42ec

Please sign in to comment.