Update service-zip-modal-question.vue
This commit is contained in:
parent
9fcd1c06ae
commit
c5f3d2a500
1 changed files with 2 additions and 2 deletions
|
|
@ -110,8 +110,8 @@ export default {
|
|||
input?.focus();
|
||||
},
|
||||
focusOnModalButton() {
|
||||
const input = document.getElementById("modalbtn");
|
||||
input?.focus();
|
||||
const modalButton = document.getElementById("modalbtn");
|
||||
modalButton?.focus();
|
||||
},
|
||||
copyModel(modelToCopy) {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in a new issue