show successful tx for 10 secs
This commit is contained in:
parent
d01c02108e
commit
b5a10b8909
|
@ -164,7 +164,7 @@ const Notification = ({ notification }: { notification: Notification }) => {
|
|||
? CLIENT_TX_TIMEOUT
|
||||
: type === 'error'
|
||||
? 30000
|
||||
: 8000
|
||||
: 10000
|
||||
)
|
||||
|
||||
return () => {
|
||||
|
|
Loading…
Reference in New Issue