Skip to content

Commit

Permalink
fixup! add thread summary ui
Browse files Browse the repository at this point in the history
Signed-off-by: hamza221 <[email protected]>
  • Loading branch information
hamza221 committed Aug 7, 2023
1 parent 831be1d commit 3412c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Thread.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export default {
} catch (error) {
this.summaryError = true
showError(t('mail', 'Summarizing thread failed.'))
logger.error('Summarizing thread failed',{ error})
logger.error('Summarizing thread failed', { error })
} finally {
this.summaryLoading = false
}
Expand Down

0 comments on commit 3412c1b

Please sign in to comment.