fix: Use logger correctly in UserRow.vue

Signed-off-by: nfebe <fenn25.fn@gmail.com>
pull/53053/head
nfebe 2025-05-22 15:02:31 +07:00
parent 461f1357df
commit 56301a1e72
1 changed files with 1 additions and 1 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