Skip to content

Commit

Permalink
fix: Sort by relevance by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Jan 21, 2022
1 parent 4d774f8 commit 4544587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/configurator/components/dataset-browse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const useBrowseState = () => {
);

const previousOrderRef = useRef<DataCubeResultOrder>(
DataCubeResultOrder.TitleAsc
DataCubeResultOrder.Score
);

return useMemo(
Expand Down

0 comments on commit 4544587

Please sign in to comment.