From a33034e273cc7bfe74816c40d61e0adc3f6cd717 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Fri, 15 Apr 2022 16:25:40 +0200 Subject: [PATCH] fix(ui) - filter options --- .../ResourceLoadingTime/ResourceLoadingTime.tsx | 2 +- frontend/app/mstore/types/filterItem.ts | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/frontend/app/components/Dashboard/Widgets/PredefinedWidgets/ResourceLoadingTime/ResourceLoadingTime.tsx b/frontend/app/components/Dashboard/Widgets/PredefinedWidgets/ResourceLoadingTime/ResourceLoadingTime.tsx index 63d63d207..905c347f2 100644 --- a/frontend/app/components/Dashboard/Widgets/PredefinedWidgets/ResourceLoadingTime/ResourceLoadingTime.tsx +++ b/frontend/app/components/Dashboard/Widgets/PredefinedWidgets/ResourceLoadingTime/ResourceLoadingTime.tsx @@ -78,7 +78,7 @@ function ResourceLoadingTime(props: Props) { /> */} - + new FilterItem().fromJson(i, json.type)) : [] return this }