From e088027ee04f45c91192805052ea236e54af2d32 Mon Sep 17 00:00:00 2001 From: Ilakkiya Senthilkumar Date: Sat, 20 Apr 2024 14:25:11 -0400 Subject: [PATCH] progress --- compass/components/FilterBox/ContainsDropdown.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compass/components/FilterBox/ContainsDropdown.tsx b/compass/components/FilterBox/ContainsDropdown.tsx index 1d942e4..00889e2 100644 --- a/compass/components/FilterBox/ContainsDropdown.tsx +++ b/compass/components/FilterBox/ContainsDropdown.tsx @@ -24,25 +24,25 @@ export const ContainsDropdown = ({ }`} >
handleFilterTypeChange("contains")} > Contains
handleFilterTypeChange("does not contain")} > Does not contain
handleFilterTypeChange("is empty")} > Is empty
handleFilterTypeChange("is not empty")} > Is not empty