Skip to content

Commit

Permalink
undo change to container.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson committed Oct 24, 2021
1 parent 43a9442 commit 6a22451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/embeddable/public/lib/containers/container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export abstract class Container<
},
},
};

this.updateInput(panels as Partial<TContainerInput>);
}

Expand Down Expand Up @@ -247,6 +246,7 @@ export abstract class Container<
[panelState.explicitInput.id]: panelState,
},
} as Partial<TContainerInput>);

return await this.untilEmbeddableLoaded<TEmbeddable>(panelState.explicitInput.id);
}

Expand Down

0 comments on commit 6a22451

Please sign in to comment.