mirror of
https://github.com/status-im/status-react.git
synced 2025-02-18 13:58:24 +00:00
Increase debounce timing for fetching routes (#19100)
This commit is contained in:
parent
ee35fd52f6
commit
ad42882c5b
@ -184,7 +184,7 @@
|
|||||||
(> input-num-value current-limit-amount))
|
(> input-num-value current-limit-amount))
|
||||||
(debounce/debounce-and-dispatch
|
(debounce/debounce-and-dispatch
|
||||||
[:wallet/get-suggested-routes {:amount @input-value}]
|
[:wallet/get-suggested-routes {:amount @input-value}]
|
||||||
100)
|
2000)
|
||||||
(rf/dispatch [:wallet/clean-suggested-routes])))))
|
(rf/dispatch [:wallet/clean-suggested-routes])))))
|
||||||
handle-on-confirm (fn []
|
handle-on-confirm (fn []
|
||||||
(rf/dispatch [:wallet/send-select-amount
|
(rf/dispatch [:wallet/send-select-amount
|
||||||
|
Loading…
x
Reference in New Issue
Block a user