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