mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Infra UI] Don't block url update from propagating through container (#29352)
This commit is contained in:
parent
b66375eb8f
commit
3038ea83db
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