disable save button when link has not been changed

This commit is contained in:
Alina Beck 2019-07-23 14:51:45 +02:00
parent fcc6a4a084
commit d1cb72b9a0

View File

@ -113,7 +113,6 @@ export default {
handleEditSocialMedia(link) {
this.editingLink = link
this.formData.socialMediaUrl = link.url
this.disabled = false
},
handleInput(data) {
this.disabled = true