Skip to content

Commit

Permalink
Fix sorting for seers in users table
Browse files Browse the repository at this point in the history
  • Loading branch information
JuampiRombola committed Jul 30, 2021
1 parent 38496f4 commit 8853e70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ProjectsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ const PROJECT_SORT_ENUM = {
currentState: 'CURRENT_STATE',
'category.name': 'CATEGORY_NAME',
goal: 'GOAL',
owner: 'USER_ID'
owner: 'USER_ID',
seer: 'SEER_ID'
}
export default {
Expand Down

0 comments on commit 8853e70

Please sign in to comment.