We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31217a1 commit 0abfeddCopy full SHA for 0abfedd
1 file changed
apps/settings/src/components/Users/UserRow.vue
@@ -574,7 +574,7 @@ export default {
574
const groups = await loadUserSubAdminGroups({ userId: this.user.id })
575
this.availableSubAdminGroups = this.availableSubAdminGroups.map(availableGroup => groups.find(group => group.id === availableGroup.id) ?? availableGroup)
576
} catch (error) {
577
- logger.error(t('settings', 'Failed to load subadmin groups with details'), { error })
+ logger.error(t('settings', 'Failed to load sub admin groups with details'), { error })
578
}
579
this.loading.subadmins = false
580
this.loading.subAdminGroupsDetails = false
0 commit comments