[search] Remove All Time search option.
This commit is contained in:
parent
3fcf7fee0d
commit
180be82c06
|
@ -56,12 +56,14 @@ class GroupTimelineSortTopOptionsPopover extends React.PureComponent {
|
|||
title: intl.formatMessage(messages.topYearTitle),
|
||||
onClick: () => this.handleOnClick(GROUP_TIMELINE_SORTING_TYPE_TOP_OPTION_YEARLY),
|
||||
},
|
||||
/*
|
||||
{
|
||||
hideArrow: true,
|
||||
isActive: sortByTopValue === GROUP_TIMELINE_SORTING_TYPE_TOP_OPTION_ALL_TIME,
|
||||
title: intl.formatMessage(messages.topAllTitle),
|
||||
onClick: () => this.handleOnClick(GROUP_TIMELINE_SORTING_TYPE_TOP_OPTION_ALL_TIME),
|
||||
},
|
||||
*/
|
||||
]
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue