mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-06 05:57:35 +03:00
Sort radio stations by name
This commit is contained in:
parent
d319b66ff3
commit
c748d669d6
2 changed files with 2 additions and 1 deletions
ui/src/radio
|
@ -101,6 +101,7 @@ const RadioList = ({ permissions, ...props }) => {
|
|||
<List
|
||||
{...props}
|
||||
exporter={false}
|
||||
sort={{ field: 'name', order: 'ASC' }}
|
||||
bulkActionButtons={isAdmin ? undefined : false}
|
||||
hasCreate={isAdmin}
|
||||
actions={<RadioListActions isAdmin={isAdmin} />}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue