summaryrefslogtreecommitdiffstats
path: root/components/accounts/contents/ui/AccountWizardPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/accounts/contents/ui/AccountWizardPage.qml')
-rw-r--r--components/accounts/contents/ui/AccountWizardPage.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/accounts/contents/ui/AccountWizardPage.qml b/components/accounts/contents/ui/AccountWizardPage.qml
index f7885ce4..74decf1f 100644
--- a/components/accounts/contents/ui/AccountWizardPage.qml
+++ b/components/accounts/contents/ui/AccountWizardPage.qml
@@ -24,7 +24,7 @@ import QtQuick.Controls 2.0 as Controls2
24import org.kube.framework 1.0 as Kube 24import org.kube.framework 1.0 as Kube
25 25
26 26
27Item { 27FocusScope {
28 id: root 28 id: root
29 property string accountType 29 property string accountType
30 signal done() 30 signal done()
@@ -88,6 +88,7 @@ Item {
88 Loader { 88 Loader {
89 id: loader 89 id: loader
90 anchors.fill: parent 90 anchors.fill: parent
91 focus: true
91 source: accountFactory.uiPath 92 source: accountFactory.uiPath
92 } 93 }
93 } 94 }