fix console warning about missing required prop (#14876) (#14897)

This commit is contained in:
Stacey Gammon 2017-11-11 08:10:51 -05:00 committed by GitHub
parent f02f77fe43
commit 7b9eb6da7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ function getProps(props = {}) {
},
getEmbeddableFactory: () => getEmbeddableFactoryMock(),
getContainerApi: () => getContainerApiMock(),
onPanelUpdated: () => {},
onPanelsUpdated: () => {},
useMargins: true,
};
return Object.assign(defaultTestProps, props);