Skip to content

Commit

Permalink
submission sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Jan 10, 2024
1 parent 0da736e commit c602b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/src/views/SubmissionsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</v-tabs>
<v-window v-model="tab">
<v-window-item :value="1" :key="1">
<v-data-table :headers="headers" :items="submissionStore.submissions" :sort-by="sortBy" multi-sort>
<v-data-table :headers="headers" :items="submissionStore.submissions" :sort-by="sortBy">
<template v-slot:item.phase="{ value }">
<v-chip :color="getColor(value)">
{{ value }}
Expand Down

0 comments on commit c602b05

Please sign in to comment.