Skip to content

Commit

Permalink
Remove dcanceled status from project filters
Browse files Browse the repository at this point in the history
  • Loading branch information
JuampiRombola committed Jul 30, 2021
1 parent a3d4531 commit 9d78f3e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/ProjectsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,6 @@ export default {
}, {
text: 'Complete',
value: 'COMPLETE'
}, {
text: 'Canceled',
value: 'CANCELED'
}],
operator: 'or'
}
Expand Down

0 comments on commit 9d78f3e

Please sign in to comment.