From 92c5ab9491bf6e9c3c5da50ea570dfa46a346222 Mon Sep 17 00:00:00 2001 From: vijyotsilare Date: Thu, 10 Sep 2026 01:26:17 +0530 Subject: [PATCH] fix: restore missing caret icon on WorkspaceEnvironmentSelection dropdown Removed popupIcon={null} which was unconditionally hiding the Autocomplete's default dropdown caret icon. Fixes meshery/meshery#21674 Signed-off-by: vijyotsilare --- src/custom/Workspaces/WorkspaceEnvironmentSelection.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/custom/Workspaces/WorkspaceEnvironmentSelection.tsx b/src/custom/Workspaces/WorkspaceEnvironmentSelection.tsx index 5403cf7c5..0c36c3cba 100644 --- a/src/custom/Workspaces/WorkspaceEnvironmentSelection.tsx +++ b/src/custom/Workspaces/WorkspaceEnvironmentSelection.tsx @@ -164,7 +164,6 @@ const WorkspaceEnvironmentSelection: FunctionComponent } - popupIcon={null} disabled={!isAssignedEnvironmentAllowed} />