Merge pull request #53053 from nextcloud/patch/52833

fix: Use logger correctly in UserRow.vue
pull/53046/head
F. E Noel Nfebe 2025-05-22 17:04:01 +07:00 committed by GitHub
commit dc8799fcb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 7 additions and 7 deletions

@ -628,7 +628,7 @@ export default {
} catch (error) {
// TRANSLATORS This string describes a line manager in the context of an organization
showError(t('settings', 'Failed to update line manager'))
logger.error('Failed to update manager:', error)
logger.error('Failed to update manager:', { error })
// Revert to the previous manager in the UI on error
this.currentManager = previousManager

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long