fix(MintToken): Fix network property

enabledNetwork property now point to the corresponding data
This commit is contained in:
Noelia 2023-03-15 19:14:11 +01:00 committed by Noelia
parent 8aa8b8b7ce
commit 3feddd892b
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ StatusScrollView {
layer1Networks: root.layer1Networks
layer2Networks: root.layer2Networks
testNetworks: root.testNetworks
enabledNetworks: root.testNetworks
enabledNetworks: root.enabledNetworks
allNetworks: root.allNetworks
isChainVisible: false
multiSelection: false