[Obs AI Assistant] Fix multiple flyouts (#209158)

This commit is contained in:
Viduni Wickramarachchi 2025-01-31 14:59:01 -05:00 committed by GitHub
parent b457cddfc5
commit 50b8776b1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,7 +122,9 @@ export class ObservabilityAIAssistantAppPlugin
() => {}
);
return () => {};
return () => {
ReactDOM.unmountComponentAtNode(element);
};
},
// right before the user profile
order: 1001,