mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix console warning about missing required prop (#14876)
This commit is contained in:
parent
5f1f28ba41
commit
9fa4a0435c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ function getProps(props = {}) {
|
|||
},
|
||||
getEmbeddableFactory: () => getEmbeddableFactoryMock(),
|
||||
getContainerApi: () => getContainerApiMock(),
|
||||
onPanelUpdated: () => {},
|
||||
onPanelsUpdated: () => {},
|
||||
useMargins: true,
|
||||
};
|
||||
return Object.assign(defaultTestProps, props);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue