fix: Use logger correctly in UserRow.vue

Signed-off-by: nfebe <fenn25.fn@gmail.com>
pull/53050/head
nfebe 2025-05-22 15:02:31 +07:00 committed by F. E Noel Nfebe
parent a873c8fdcc
commit 3a7e82781b
1 changed files with 1 additions and 1 deletions

@ -644,7 +644,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