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();
|
input?.focus();
|
||||||
},
|
},
|
||||||
focusOnModalButton() {
|
focusOnModalButton() {
|
||||||
const input = document.getElementById("modalbtn");
|
const modalButton = document.getElementById("modalbtn");
|
||||||
input?.focus();
|
modalButton?.focus();
|
||||||
},
|
},
|
||||||
copyModel(modelToCopy) {
|
copyModel(modelToCopy) {
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue