diff options
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index 8839c78b..a7451b13 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml | |||
@@ -52,7 +52,7 @@ Controls2.ApplicationWindow { | |||
52 | 52 | ||
53 | Kube.AccountFactory { | 53 | Kube.AccountFactory { |
54 | id: accountFactory | 54 | id: accountFactory |
55 | accountId: app.currentAccount | 55 | accountId: !!app.currentAccount ? app.currentAccount : "" |
56 | } | 56 | } |
57 | 57 | ||
58 | //Interval sync | 58 | //Interval sync |