Pass cofx as first parameter when deleting bootnodes
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
parent
f446dbd585
commit
3431957a7f
|
@ -551,8 +551,8 @@
|
|||
|
||||
(handlers/register-handler-fx
|
||||
:bootnodes.ui/delete-pressed
|
||||
(fn [_ [_ id]]
|
||||
(bootnodes/show-delete-bootnode-confirmation _ id)))
|
||||
(fn [cofx [_ id]]
|
||||
(bootnodes/show-delete-bootnode-confirmation cofx id)))
|
||||
|
||||
(handlers/register-handler-fx
|
||||
:bootnodes.ui/delete-confirmed
|
||||
|
|
Loading…
Reference in New Issue