Skip to content

Commit

Permalink
Update marketplace landing page p2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmybisenius committed Mar 6, 2021
1 parent 75d8cdb commit 2e7a7d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/pages/dashboard/marketplace/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export default Vue.extend({
}));
// Grab newest addons from response
this.addons.new = (await this.$axios.$post<Addon[]>('/marketplace/addons', {
sorting: "new",
token: this.$store.getters['auth/getToken'],
detailed: true
}));
Expand Down

0 comments on commit 2e7a7d6

Please sign in to comment.