Skip to content

Commit 6f46e19

Browse files
committed
feat: enable right component display in search type menu
1 parent 1af42e2 commit 6f46e19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hooks/useSearchTypeMenu.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ export default function useSearchTypeMenu(queryJSON: SearchQueryJSON, searchName
170170
iconWidth: variables.iconSizeNormal,
171171
iconHeight: variables.iconSizeNormal,
172172
shouldIconUseAutoWidthStyle: false,
173+
shouldShowRightComponent: true,
173174
hash: key,
174175
};
175176
});

0 commit comments

Comments
 (0)