mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Obs AI Assistant] Fix multiple flyouts (#209158)
This commit is contained in:
parent
b457cddfc5
commit
50b8776b1f
1 changed files with 3 additions and 1 deletions
|
@ -122,7 +122,9 @@ export class ObservabilityAIAssistantAppPlugin
|
|||
() => {}
|
||||
);
|
||||
|
||||
return () => {};
|
||||
return () => {
|
||||
ReactDOM.unmountComponentAtNode(element);
|
||||
};
|
||||
},
|
||||
// right before the user profile
|
||||
order: 1001,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue