chore(@EditNetworkView.qml): adding object name for loader

This commit is contained in:
Anastasiya Semenkevich 2023-10-03 14:28:19 +06:00 committed by Anastasiya Semenkevich
parent 4fcf0bfb06
commit 6b0e541bf1
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ ColumnLayout {
}
Loader {
objectName: "editNetworkLoader"
Layout.fillWidth: true
active: root.visible
sourceComponent: editPreviwTabBar.currentIndex === 0 ? editLiveNetwork: editTestNetwork