summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/kube/qml/ViewManager.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/qml/ViewManager.qml b/components/kube/qml/ViewManager.qml
index 0b32e877..6fbff290 100644
--- a/components/kube/qml/ViewManager.qml
+++ b/components/kube/qml/ViewManager.qml
@@ -61,7 +61,7 @@ StackView {
61 pushView(view, properties, name) 61 pushView(view, properties, name)
62 } 62 }
63 } else { 63 } else {
64 console.error("Error while loading the component: ", source, "\nError: ", component.errorString()) 64 console.error("Error while loading the component:", component.errorString())
65 } 65 }
66 } 66 }
67 67