From 8a13227cb0039a4c94fcf227c5688508a8b24dd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Fri, 1 Jan 2021 16:01:53 +0300 Subject: [PATCH] Contact card button styling.. --- resources/assets/js/components/AkauntingContactCard.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/assets/js/components/AkauntingContactCard.vue b/resources/assets/js/components/AkauntingContactCard.vue index cf19f3863..b68889e5b 100644 --- a/resources/assets/js/components/AkauntingContactCard.vue +++ b/resources/assets/js/components/AkauntingContactCard.vue @@ -103,10 +103,10 @@ -  •  - @@ -388,6 +388,8 @@ export default { path += this.contact.id + '/edit'; + add_new.text = this.editContactText.replace(':contact_name', this.contact.name); + window.axios.get(path) .then(response => { //this.show.contact_selected = false;