From 6a4aa7e5f5c2b1bbc1c13649cfcb7acdd19698dd Mon Sep 17 00:00:00 2001 From: Palash Gupta Date: Tue, 22 Aug 2023 12:44:34 +0530 Subject: [PATCH] chore: search support is added (#3378) --- .../NewDashboard/DashboardVariablesSelection/VariableItem.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/container/NewDashboard/DashboardVariablesSelection/VariableItem.tsx b/frontend/src/container/NewDashboard/DashboardVariablesSelection/VariableItem.tsx index 264f657363..2a46d57f8e 100644 --- a/frontend/src/container/NewDashboard/DashboardVariablesSelection/VariableItem.tsx +++ b/frontend/src/container/NewDashboard/DashboardVariablesSelection/VariableItem.tsx @@ -193,6 +193,7 @@ function VariableItem({ style={SelectItemStyle} loading={isLoading} showArrow + showSearch data-testid="variable-select" > {enableSelectAll && (