mirror of
https://github.com/nextcloud/server.git
synced 2026-02-17 09:51:38 -05:00
fix: Use logger correctly in UserRow.vue
Signed-off-by: nfebe <fenn25.fn@gmail.com>
This commit is contained in:
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue