From f7842265d839f355f6df463c7497aec78f8453e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 13 May 2019 15:03:08 +0200 Subject: Update template and css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- src/mixins/PropertyMixin.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/mixins') diff --git a/src/mixins/PropertyMixin.js b/src/mixins/PropertyMixin.js index 170d461a..9fa3ed0a 100644 --- a/src/mixins/PropertyMixin.js +++ b/src/mixins/PropertyMixin.js @@ -88,12 +88,7 @@ export default { computed: { actions() { - const del = { - text: t('contacts', 'Delete'), - icon: 'icon-delete', - action: this.deleteProperty - } - return [...this.propModel.actions ? this.propModel.actions : [], del] + return this.propModel.actions ? this.propModel.actions : [] } }, -- cgit v1.2.3