Skip to content

Commit

Permalink
change product default sort (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowshot-x authored May 16, 2023
1 parent daefa52 commit fe354e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/views/Product.vue
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export default class Product extends Vue {
categories: [] as CheckboxGroupEntry[],
expertiseLevel: [] as CheckboxGroupEntry[],
};
public sortBy = SORT_UPDATED;
public sortBy = SORT_ADDED;
public searchFilter = "";
public tempSearchFilter = "";

Expand Down

0 comments on commit fe354e5

Please sign in to comment.