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