diff options
Diffstat (limited to 'views/people/qml/People.qml')
-rw-r--r-- | views/people/qml/People.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/people/qml/People.qml b/views/people/qml/People.qml index 41acfba0..e2879a9b 100644 --- a/views/people/qml/People.qml +++ b/views/people/qml/People.qml | |||
@@ -257,7 +257,6 @@ FocusScope { | |||
257 | } | 257 | } |
258 | 258 | ||
259 | Kube.PositiveButton { | 259 | Kube.PositiveButton { |
260 | |||
261 | anchors { | 260 | anchors { |
262 | bottom: parent.bottom | 261 | bottom: parent.bottom |
263 | right: parent.right | 262 | right: parent.right |
@@ -267,6 +266,7 @@ FocusScope { | |||
267 | text: "Save" | 266 | text: "Save" |
268 | 267 | ||
269 | onClicked: { | 268 | onClicked: { |
269 | contactController.saveAction.execute() | ||
270 | stack.pop() | 270 | stack.pop() |
271 | } | 271 | } |
272 | } | 272 | } |