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 a873c8f commit 3a7e827Copy full SHA for 3a7e827
1 file changed
apps/settings/src/components/Users/UserRow.vue
@@ -644,7 +644,7 @@ export default {
644
} catch (error) {
645
// TRANSLATORS This string describes a line manager in the context of an organization
646
showError(t('settings', 'Failed to update line manager'))
647
- logger.error('Failed to update manager:', error)
+ logger.error('Failed to update manager:', { error })
648
649
// Revert to the previous manager in the UI on error
650
this.currentManager = previousManager
0 commit comments