Skip to content
Snippets Groups Projects
Unverified Commit 0cfb988a authored by gabriellsh's avatar gabriellsh Committed by GitHub
Browse files

Regression: Change sort icon (#20177)

parent 81b150bf
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ function SortModeList() {
</Margins>
<ul className='rc-popover__list'>
<Margins block='x8'>
<SortListItem icon={'sort'} text={t('Alphabetical')} input={<RadioButton name='sidebarSortby' onChange={setToAlphabetical} checked={sidebarSortBy === 'alphabetical'} />} />
<SortListItem icon={'sort-az'} text={t('Alphabetical')} input={<RadioButton name='sidebarSortby' onChange={setToAlphabetical} checked={sidebarSortBy === 'alphabetical'} />} />
<SortListItem icon={'clock'} text={t('Activity')} input={<RadioButton name='sidebarSortby' onChange={setToActivity} checked={sidebarSortBy === 'activity'} />} />
</Margins>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment