From 34c1ee257290ee3da500935207340595d31b6fb1 Mon Sep 17 00:00:00 2001 From: Bartosz Prusinowski Date: Tue, 20 Feb 2024 12:34:28 +0100 Subject: [PATCH] chore: Disable interactive time filter for table --- app/configurator/components/filters.tsx | 2 +- app/configurator/table/table-chart-options.tsx | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/configurator/components/filters.tsx b/app/configurator/components/filters.tsx index acfcac072..4dc4d64e7 100644 --- a/app/configurator/components/filters.tsx +++ b/app/configurator/components/filters.tsx @@ -1135,7 +1135,7 @@ export const getTimeFilterOptions = (props: GetTimeFilterOptionsProps) => { }; }; -export const InteractiveTimeRangeToggle = ( +const InteractiveTimeRangeToggle = ( props: Omit ) => { const { checked, toggle } = useInteractiveTimeRangeToggle(); diff --git a/app/configurator/table/table-chart-options.tsx b/app/configurator/table/table-chart-options.tsx index 588894d7f..cf9a2c619 100644 --- a/app/configurator/table/table-chart-options.tsx +++ b/app/configurator/table/table-chart-options.tsx @@ -376,7 +376,11 @@ export const TableColumnOptions = ({ id={`select-single-filter-time`} /> ) : ( - + )}