disable decline button

This commit is contained in:
Pete Matsyburka
2024-08-21 20:03:33 +03:00
parent d43f8f4dd8
commit b806a6afc5
3 changed files with 6 additions and 2 deletions
@@ -181,6 +181,10 @@ export default {
spread: 140
})
}
if (window.decline_button) {
window.decline_button.setAttribute('disabled', 'true')
}
},
methods: {
sendCopyToEmail () {