Skip to content

Commit

Permalink
[4.x] Fix collection listing's sort direction on reorder (#8910)
Browse files Browse the repository at this point in the history
  • Loading branch information
o1y authored Nov 3, 2023
1 parent 2fda18b commit 022659f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/components/entries/Listing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ export default {
this.page = 1;
this.sortColumn = 'order';
this.sortDirection = 'asc';
},
cancelReordering() {
Expand Down

0 comments on commit 022659f

Please sign in to comment.