mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Misc UI Fixes
This commit is contained in:
parent
52f4f1de03
commit
f3e55a236c
16 changed files with 118 additions and 98 deletions
|
@ -97,8 +97,8 @@ function sort(items, state) {
|
|||
|
||||
function createClientSideCollectionSelector() {
|
||||
return createSelector(
|
||||
(state, { section }) => state[section],
|
||||
(state, { uiSection }) => state[uiSection],
|
||||
(state, { section }) => _.get(state, section),
|
||||
(state, { uiSection }) => _.get(state, uiSection),
|
||||
(sectionState, uiSectionState = {}) => {
|
||||
const state = Object.assign({}, sectionState, uiSectionState);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue