From 4b985fe1b9e7e83374912e1d61290a26a85b76ab Mon Sep 17 00:00:00 2001 From: Eric Wei Date: Thu, 8 Feb 2024 17:54:57 -0800 Subject: [PATCH] change class name (#1424) Signed-off-by: Eric --- public/components/event_analytics/explorer/explorer.tsx | 4 ++-- .../components/event_analytics/explorer/sidebar/sidebar.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/components/event_analytics/explorer/explorer.tsx b/public/components/event_analytics/explorer/explorer.tsx index 3a0992ad9..69c445431 100644 --- a/public/components/event_analytics/explorer/explorer.tsx +++ b/public/components/event_analytics/explorer/explorer.tsx @@ -117,7 +117,7 @@ import { selectVisualizationConfig, } from '../redux/slices/viualization_config_slice'; import { getDefaultVisConfig } from '../utils'; -import { formatError, getContentTabTitle, getDateRange } from '../utils/utils'; +import { formatError, getContentTabTitle } from '../utils/utils'; import { DataSourceSelection } from './datasources/datasources_selection'; import { DirectQueryRunning } from './direct_query_running'; import { DataGrid } from './events_views/data_grid'; @@ -942,7 +942,7 @@ export const Explorer = ({ }} > - + {!appLogEvents && ( diff --git a/public/components/event_analytics/explorer/sidebar/sidebar.scss b/public/components/event_analytics/explorer/sidebar/sidebar.scss index b9eeb45ff..822551da1 100644 --- a/public/components/event_analytics/explorer/sidebar/sidebar.scss +++ b/public/components/event_analytics/explorer/sidebar/sidebar.scss @@ -152,7 +152,7 @@ padding-left: 8px; } -.deSidebar { +.explorerSidebar { height: calc(100vh - 98px); max-width: 462px; min-width: 400px;