diff --git a/src/components/AppNavigation/Settings/SettingsAddressbookShare.vue b/src/components/AppNavigation/Settings/SettingsAddressbookShare.vue index ee91bfaa7..7413d5b51 100644 --- a/src/components/AppNavigation/Settings/SettingsAddressbookShare.vue +++ b/src/components/AppNavigation/Settings/SettingsAddressbookShare.vue @@ -104,7 +104,7 @@ export default { this.usersOrGroups = results .filter((result) => { const allowedCalendarUserTypes = ['INDIVIDUAL'] - if (this.isGroupSharingEnabled) { + if (isGroupSharingEnabled) { allowedCalendarUserTypes.push('GROUP') } return allowedCalendarUserTypes.includes(result.calendarUserType)