diff --git a/src/views/Settings/Sectors/New.vue b/src/views/Settings/Sectors/New.vue index c6c81208..00bf690a 100644 --- a/src/views/Settings/Sectors/New.vue +++ b/src/views/Settings/Sectors/New.vue @@ -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'), + ], }; },