[#12667] Fix broken subscription on add bootnode screen
This commit is contained in:
parent
5108ae7972
commit
d0b3b4e293
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
(views/defview edit-bootnode []
|
(views/defview edit-bootnode []
|
||||||
(views/letsubs [manage-bootnode [:get-manage-bootnode]
|
(views/letsubs [manage-bootnode [:get-manage-bootnode]
|
||||||
validation-errors [:manage-bootnode-validation-errors]]
|
validation-errors [:wakuv2-nodes/validation-errors]]
|
||||||
(let [url (get-in manage-bootnode [:url :value])
|
(let [url (get-in manage-bootnode [:url :value])
|
||||||
id (get-in manage-bootnode [:id :value])
|
id (get-in manage-bootnode [:id :value])
|
||||||
name (get-in manage-bootnode [:name :value])
|
name (get-in manage-bootnode [:name :value])
|
||||||
|
|
Loading…
Reference in New Issue