summaryrefslogtreecommitdiffstats
path: root/components/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'components/accounts')
-rw-r--r--components/accounts/CreateKolabNow.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/components/accounts/CreateKolabNow.qml b/components/accounts/CreateKolabNow.qml
index c362bef6..fbcb5fd7 100644
--- a/components/accounts/CreateKolabNow.qml
+++ b/components/accounts/CreateKolabNow.qml
@@ -93,6 +93,12 @@ Item {
93 Layout.fillWidth: true 93 Layout.fillWidth: true
94 94
95 placeholderText: "E.g. \"Work\", \"Home\" that will be displayed in Kube as name" 95 placeholderText: "E.g. \"Work\", \"Home\" that will be displayed in Kube as name"
96
97 text: account.name
98
99 onTextChanged: {
100 account.name = text
101 }
96 } 102 }
97 103
98 Controls.Label { 104 Controls.Label {