diff options
-rw-r--r-- | components/kube/contents/ui/AddresseeListEditor.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/contents/ui/AddresseeListEditor.qml b/components/kube/contents/ui/AddresseeListEditor.qml index 91431b1e..df09449f 100644 --- a/components/kube/contents/ui/AddresseeListEditor.qml +++ b/components/kube/contents/ui/AddresseeListEditor.qml | |||
@@ -87,7 +87,7 @@ FocusScope { | |||
87 | } | 87 | } |
88 | height: Kube.Units.gridUnit | 88 | height: Kube.Units.gridUnit |
89 | width: height | 89 | width: height |
90 | onClicked: root.removed(display); | 90 | onClicked: root.removed(model.addresseeName) |
91 | padding: 0 | 91 | padding: 0 |
92 | iconName: Kube.Icons.remove | 92 | iconName: Kube.Icons.remove |
93 | } | 93 | } |