change id name

This commit is contained in:
Kroell 2023-04-20 12:57:16 -04:00
parent 828731b542
commit 1e45334530

View file

@ -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;
}