Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Dec 29, 2024
1 parent a4d3d2c commit ecb8820
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hooks/errorHooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export function useErrorHandling() {
toast.add({
severity: 'error',
summary: t('g.error'),
detail: error.message
detail: error.message,
life: 3000
})
}

Expand Down

0 comments on commit ecb8820

Please sign in to comment.