Skip to content

Commit 34fb1d2

Browse files
committed
added role prop for saved search menuItems as well
1 parent 629c87e commit 34fb1d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/Search/SavedSearchList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ function SavedSearchList({hash}: SavedSearchListProps) {
8484

8585
return {
8686
...baseMenuItem,
87+
role: CONST.ROLE.TAB,
8788
sentryLabel: CONST.SENTRY_LABEL.SEARCH.SAVED_SEARCH_MENU_ITEM,
8889
onPress: () => {
8990
setSearchContext(false);

0 commit comments

Comments
 (0)