summaryrefslogtreecommitdiffstats
path: root/views/people/qml/People.qml
diff options
context:
space:
mode:
Diffstat (limited to 'views/people/qml/People.qml')
-rw-r--r--views/people/qml/People.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/people/qml/People.qml b/views/people/qml/People.qml
index ad723427..ccec0ae0 100644
--- a/views/people/qml/People.qml
+++ b/views/people/qml/People.qml
@@ -247,6 +247,8 @@ FocusScope {
247 margins: Kube.Units.largeSpacing 247 margins: Kube.Units.largeSpacing
248 } 248 }
249 text: qsTr("Edit") 249 text: qsTr("Edit")
250 //FIXME implement modifications first
251 visible: false
250 252
251 onClicked: { 253 onClicked: {
252 stack.push(personComposer) 254 stack.push(personComposer)