Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Dec 13, 2024
1 parent 5ff5c86 commit a6aee4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebApplication/src/components/StudyList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ export default {
orders.push([order['Type'], order['Key'], order['Direction']].join(','))
}
orderBy = 'ordery-by=' + orders.join(';')
orderBy = 'order-by=' + orders.join(';')
}
let newUrl = "";
Expand Down

0 comments on commit a6aee4a

Please sign in to comment.