Skip to content

Commit

Permalink
Features: filter fix default sort
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarrenechea committed Jun 16, 2021
1 parent dffe67b commit a46aeca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const ScenarioFeaturesAddFilters: React.FC<ScenarioFeaturesAddFiltersProp
const INITIAL_VALUES = useMemo(() => {
return {
...filters,
sort,
sort: sort || 'alias',
};
}, [filters, sort]);

Expand Down

0 comments on commit a46aeca

Please sign in to comment.