Sort available filters options in custom filters

(cherry picked from commit 9e694c7b06c6d54fd652792fa1d81cc27ec1f311)
pull/8874/head
Mark McDowall 1 year ago committed by Bogdan
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…
Cancel
Save