diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/ComposerView.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml index b92b0f2a..b8da8a83 100644 --- a/components/kube/contents/ui/ComposerView.qml +++ b/components/kube/contents/ui/ComposerView.qml | |||
@@ -271,6 +271,7 @@ Kube.View { | |||
271 | icon: model.iconName | 271 | icon: model.iconName |
272 | clip: true | 272 | clip: true |
273 | actionIcon: Kube.Icons.remove | 273 | actionIcon: Kube.Icons.remove |
274 | onExecute: composerController.removeAttachment(model.url) | ||
274 | } | 275 | } |
275 | } | 276 | } |
276 | } | 277 | } |