Pass cofx as first parameter when deleting bootnodes

Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
Andrea Maria Piana 2019-03-14 08:31:15 +01:00
parent f446dbd585
commit 3431957a7f
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
1 changed files with 2 additions and 2 deletions

View File

@ -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