This commit is contained in:
@@ -13,7 +13,7 @@ export function useNotify() {
|
||||
message: `${t(error.message)} (${t('code')}: ${error.code})`,
|
||||
type: 'negative',
|
||||
position: 'bottom',
|
||||
timeout: 2000,
|
||||
timeout: 1000,
|
||||
multiLine: true
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user