mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[vega] fix vega map validation errors crashing vega (#112700)
* [vega] fix vega map validation errors crashing vega * eslint Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
68fb9f6d84
commit
84e42e42bc
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ export class VegaMapView extends VegaBaseView {
|
|||
const { zoom, maxZoom, minZoom } = validateZoomSettings(
|
||||
this._parser.mapConfig,
|
||||
defaults,
|
||||
this.onWarn
|
||||
this.onWarn.bind(this)
|
||||
);
|
||||
const { signals } = this._vegaStateRestorer.restore() || {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue