mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 14:37:07 -04:00
Sort available filters options in custom filters
(cherry picked from commit 9e694c7b06c6d54fd652792fa1d81cc27ec1f311)
This commit is contained in:
parent
7226cab3d8
commit
78ae059f3d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue