mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Backports the following commits to 6.x: - [Infra UI] Don't block url update from propagating through container (#29352)
This commit is contained in:
parent
70fee59157
commit
39962b6841
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ interface WithSourceProps {
|
|||
export const WithSource: React.SFC<WithSourceProps> = ({ children }) => (
|
||||
<ApolloConsumer>
|
||||
{client => (
|
||||
<ConstateContainer pure {...createContainerProps('default', client)}>
|
||||
<ConstateContainer {...createContainerProps('default', client)}>
|
||||
{({
|
||||
getConfiguredFields,
|
||||
getDerivedIndexPattern,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue