diff --git a/src/components/CscMainMenuTop.vue b/src/components/CscMainMenuTop.vue index 518ef8c2..af6aee10 100644 --- a/src/components/CscMainMenuTop.vue +++ b/src/components/CscMainMenuTop.vue @@ -263,13 +263,13 @@ export default { to: '/user/extension-settings/ms-configs', icon: 'arrow_forward', label: this.$t('Manager Secretary'), - visible: this.isPbxEnabled && this.hasSubscriberProfileAttribute(PROFILE_ATTRIBUTES_MAP.manager_secretary) + visible: this.isPbxEnabled && this.hasSubscriberProfileAttribute(PROFILE_ATTRIBUTE_MAP.managerSecretary) }, { to: '/user/extension-settings/auto-attendant', icon: 'dialpad', label: this.$t('Auto Attendant'), - visible: this.isPbxEnabled && this.hasSubscriberProfileAttribute(PROFILE_ATTRIBUTES_MAP.autoAttendant) + visible: this.isPbxEnabled && this.hasSubscriberProfileAttribute(PROFILE_ATTRIBUTE_MAP.autoAttendant) } ] },