[Infra UI] Don't block url update from propagating through container (#29352)

This commit is contained in:
Felix Stürmer 2019-01-25 18:06:08 +01:00 committed by GitHub
parent b66375eb8f
commit 3038ea83db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,