Skip to content

Commit

Permalink
refactor(Price Validator Assistant): order by proof creation date (la…
Browse files Browse the repository at this point in the history
…test first). ref #1137
  • Loading branch information
raphodn committed Dec 22, 2024
1 parent 3b86dbc commit 5e1af96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/PriceValidatorAssistant.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
loading: false,
productPriceForms: [],
// filter & order
currentOrder: '-created',
currentOrder: '-proof_id', // order by most recent proof
// feedback
priceRemovedMessage: false,
priceSuccessMessage: false
Expand Down

0 comments on commit 5e1af96

Please sign in to comment.