Skip to content

Commit

Permalink
fix: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldemylla committed Apr 1, 2024
1 parent 37da1d6 commit 7fa9e77
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/views/Settings/Sectors/New.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,11 @@ export default {
isOpenSectorConfirmationDialog: false,
Steps,
step: Steps.General,
stepsTitles: [this.$t('sector.geral'), this.$t('sector.queues'), this.$t('sector.tags')],
stepsTitles: [
this.$t('sector.geral'),
this.$t('sector.queues'),
this.$t('sector.tags'),
],
};
},
Expand Down

0 comments on commit 7fa9e77

Please sign in to comment.