mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
fix store message
This commit is contained in:
@ -92,7 +92,7 @@ export const alertSuccess = (value, target = 'body',options = {}) => {
|
||||
iconColor: 'white',
|
||||
target: target,
|
||||
showConfirmButton: false,
|
||||
timer: 2000,
|
||||
timer: 6000,
|
||||
timerProgressBar: true,
|
||||
...options,
|
||||
})
|
||||
@ -109,7 +109,7 @@ export const alertError = (value, target = 'body',options = {}) => {
|
||||
iconColor: 'white',
|
||||
target: target,
|
||||
showConfirmButton: false,
|
||||
timer: 2000,
|
||||
timer: 6000,
|
||||
timerProgressBar: true,
|
||||
...options
|
||||
})
|
||||
@ -126,7 +126,7 @@ export const alertWarning = (value, target = 'body',options = {}) => {
|
||||
iconColor: 'white',
|
||||
target: target,
|
||||
showConfirmButton: false,
|
||||
timer: 2000,
|
||||
timer: 6000,
|
||||
timerProgressBar: true,
|
||||
...options
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user