disable decline button
This commit is contained in:
@@ -181,6 +181,10 @@ export default {
|
||||
spread: 140
|
||||
})
|
||||
}
|
||||
|
||||
if (window.decline_button) {
|
||||
window.decline_button.setAttribute('disabled', 'true')
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
sendCopyToEmail () {
|
||||
|
||||
Reference in New Issue
Block a user