1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

New: Table options in page toolbar in addition to table header

This commit is contained in:
Mark McDowall
2019-01-09 18:57:18 -08:00
parent 21a92b62fd
commit 3b565d8bb1
9 changed files with 126 additions and 53 deletions
@@ -52,7 +52,7 @@ export const defaultState = {
isPopulated: false,
error: null,
sortKey: 'episodeNumber',
sortDirection: sortDirections.DESCENDING,
sortDirection: sortDirections.ASCENDING,
items: []
}
};