Skip to content

Commit 3a7e827

Browse files
committed
fix: Use logger correctly in UserRow.vue
Signed-off-by: nfebe <fenn25.fn@gmail.com>
1 parent a873c8f commit 3a7e827

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/settings/src/components/Users/UserRow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ export default {
644644
} catch (error) {
645645
// TRANSLATORS This string describes a line manager in the context of an organization
646646
showError(t('settings', 'Failed to update line manager'))
647-
logger.error('Failed to update manager:', error)
647+
logger.error('Failed to update manager:', { error })
648648
649649
// Revert to the previous manager in the UI on error
650650
this.currentManager = previousManager

0 commit comments

Comments
 (0)