diff --git a/ui/v2.5/src/components/List/ListViewOptions.tsx b/ui/v2.5/src/components/List/ListViewOptions.tsx index e3841a5b1..e83ff9290 100644 --- a/ui/v2.5/src/components/List/ListViewOptions.tsx +++ b/ui/v2.5/src/components/List/ListViewOptions.tsx @@ -145,6 +145,7 @@ export const ListViewOptions: React.FC = ({ key={option} active={displayMode === option} onClick={() => { + setShowOptions(false); onSetDisplayMode(option); }} >