mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Visualize] switching dashboard mode doesn't update missing data view prompt (#133873)
Closes: #133785 Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>
This commit is contained in:
parent
4eacf5c264
commit
129e044562
1 changed files with 3 additions and 1 deletions
|
@ -393,7 +393,9 @@ export class VisualizeEmbeddable
|
|||
this.subscriptions.push(this.handler.render$.subscribe(this.onContainerRender));
|
||||
|
||||
this.subscriptions.push(
|
||||
this.getOutput$().subscribe(({ error }) => {
|
||||
this.getUpdated$().subscribe(() => {
|
||||
const { error } = this.getOutput();
|
||||
|
||||
if (error) {
|
||||
if (isFallbackDataView(this.vis.data.indexPattern)) {
|
||||
render(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue