mirror of https://github.com/Radarr/Radarr
Sort available filters options in custom filters
(cherry picked from commit 9e694c7b06c6d54fd652792fa1d81cc27ec1f311)
This commit is contained in:
parent
7226cab3d8
commit
78ae059f3d
|
@ -214,7 +214,7 @@ class FilterBuilderRow extends Component {
|
|||
key: availablePropFilter.name,
|
||||
value: availablePropFilter.label
|
||||
};
|
||||
});
|
||||
}).sort((a, b) => a.value.localeCompare(b.value));
|
||||
|
||||
const ValueComponent = getRowValueConnector(selectedFilterBuilderProp);
|
||||
|
||||
|
|
Loading…
Reference in New Issue