From 598b28a853ac5d83df52953f4120381300277621 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Wed, 9 Mar 2022 16:05:07 +0100 Subject: [PATCH] change(ui) - remove series dropdown for table type --- .../SessionListModal/SessionListModal.tsx | 30 ++++++++++--------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/frontend/app/components/shared/CustomMetrics/SessionListModal/SessionListModal.tsx b/frontend/app/components/shared/CustomMetrics/SessionListModal/SessionListModal.tsx index d6434fadb..7da36c6a9 100644 --- a/frontend/app/components/shared/CustomMetrics/SessionListModal/SessionListModal.tsx +++ b/frontend/app/components/shared/CustomMetrics/SessionListModal/SessionListModal.tsx @@ -78,20 +78,22 @@ function SessionListModal(props: Props) { Timezone -
- Series - } - /> -
+ { activeWidget.widget.metricType !== 'table' && ( +
+ Series + } + /> +
+ )} {/* Series */}