From 4466faadd78e84a4d0a73e6af4906dd4b51a55b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Kopycin=CC=81ski?= Date: Thu, 12 Dec 2019 23:03:15 +0100 Subject: [PATCH] fix deps --- .../components/page/network/network_top_n_flow_table/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/siem/public/components/page/network/network_top_n_flow_table/index.tsx b/x-pack/legacy/plugins/siem/public/components/page/network/network_top_n_flow_table/index.tsx index 527f05a1dba3fb..c38d8094581633 100644 --- a/x-pack/legacy/plugins/siem/public/components/page/network/network_top_n_flow_table/index.tsx +++ b/x-pack/legacy/plugins/siem/public/components/page/network/network_top_n_flow_table/index.tsx @@ -129,7 +129,7 @@ const NetworkTopNFlowTableComponent = React.memo( } } }, - [sort, type, tableType] + [sort, type, tableType, updateNetworkTable] ); const field =