From 8d0e24a6228715e50cd79cbb34fc2159ea64ab41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Farkas?= Date: Mon, 24 Oct 2022 16:18:56 +0200 Subject: [PATCH] explore: fix filtering logs-data in table-display (#57356) --- public/app/features/explore/Explore.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/features/explore/Explore.tsx b/public/app/features/explore/Explore.tsx index 12464c9447c..8bbe7187d99 100644 --- a/public/app/features/explore/Explore.tsx +++ b/public/app/features/explore/Explore.tsx @@ -275,13 +275,13 @@ export class Explore extends React.PureComponent { } renderTablePanel(width: number) { - const { exploreId, datasourceInstance, timeZone } = this.props; + const { exploreId, timeZone } = this.props; return ( );