diff --git a/ui/app/AppLayouts/Wallet/controls/NetworkFilter.qml b/ui/app/AppLayouts/Wallet/controls/NetworkFilter.qml index b1acc9c857..00fe181933 100644 --- a/ui/app/AppLayouts/Wallet/controls/NetworkFilter.qml +++ b/ui/app/AppLayouts/Wallet/controls/NetworkFilter.qml @@ -49,7 +49,7 @@ StatusComboBox { } else { // Default value if not specified - d.currentModel = root.layer1Networks + d.currentModel = root.layer2Networks d.currentIndex = 0 }