chore(shedule): remove 'active' column title

This commit is contained in:
fiftin 2024-07-01 02:13:43 +05:00
parent 586a0377b4
commit ac1aa6b246
No known key found for this signature in database
GPG Key ID: 044381366A5D4731

View File

@ -136,7 +136,7 @@ export default {
getHeaders() {
return [{
text: this.$i18n.t('Active'),
text: '',
value: 'active',
sortable: false,
}, {