Skip to content

Commit

Permalink
chore(shedule): remove 'active' column title
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Jun 30, 2024
1 parent 586a037 commit ac1aa6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/project/Schedule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default {
getHeaders() {
return [{
text: this.$i18n.t('Active'),
text: '',
value: 'active',
sortable: false,
}, {
Expand Down

0 comments on commit ac1aa6b

Please sign in to comment.