change id name
This commit is contained in:
parent
828731b542
commit
1e45334530
1 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<div class="text-center mt-1">
|
||||
<div class="update-zip-text-link">
|
||||
<textLink
|
||||
id="serviceZipTextLink"
|
||||
id="serviceZipLinkPromptId"
|
||||
linkType="text"
|
||||
:text="serviceZipLinkText"
|
||||
href="#!"
|
||||
|
|
@ -94,7 +94,7 @@ export default {
|
|||
focusOnZipInput() {
|
||||
const input = document.getElementById(this.serviceZipCodeTextInputId);
|
||||
input?.focus();
|
||||
},
|
||||
; },
|
||||
copyModel(modelToCopy) {
|
||||
return {
|
||||
state: modelToCopy.state,
|
||||
|
|
@ -172,7 +172,7 @@ export default {
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
a#serviceZipTextLink {
|
||||
a#serviceZipLinkPromptId {
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue