From ea1a06567a07a79f81f53c9c88bba24600436821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Kopycin=CC=81ski?= Date: Mon, 24 Feb 2020 14:44:45 +0100 Subject: [PATCH] cleanup --- .../legacy/plugins/siem/public/lib/compose/kibana_compose.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/siem/public/lib/compose/kibana_compose.tsx b/x-pack/legacy/plugins/siem/public/lib/compose/kibana_compose.tsx index 65185130840cc..3b670fb14e4b8 100644 --- a/x-pack/legacy/plugins/siem/public/lib/compose/kibana_compose.tsx +++ b/x-pack/legacy/plugins/siem/public/lib/compose/kibana_compose.tsx @@ -14,7 +14,7 @@ export function compose(core: CoreStart): AppFrontendLibs { const basePath = core.http.basePath.get(); const apolloClient = new ApolloClient({ - connectToDevTools: true, + connectToDevTools: process.env.NODE_ENV !== 'production', cache: new InMemoryCache({ typePolicies: { TimelineItem: {