summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/qml/LoginAccount.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/qml/LoginAccount.qml b/framework/qml/LoginAccount.qml
index 261746d5..78558701 100644
--- a/framework/qml/LoginAccount.qml
+++ b/framework/qml/LoginAccount.qml
@@ -24,7 +24,6 @@ import org.kube.framework 1.0 as Kube
24Item { 24Item {
25 id: root 25 id: root
26 property string accountId 26 property string accountId
27 property bool canRemove: true
28 27
29 signal done() 28 signal done()
30 29