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="text-center mt-1">
<div class="update-zip-text-link"> <div class="update-zip-text-link">
<textLink <textLink
id="serviceZipTextLink" id="serviceZipLinkPromptId"
linkType="text" linkType="text"
:text="serviceZipLinkText" :text="serviceZipLinkText"
href="#!" href="#!"
@ -94,7 +94,7 @@ export default {
focusOnZipInput() { focusOnZipInput() {
const input = document.getElementById(this.serviceZipCodeTextInputId); const input = document.getElementById(this.serviceZipCodeTextInputId);
input?.focus(); input?.focus();
}, ; },
copyModel(modelToCopy) { copyModel(modelToCopy) {
return { return {
state: modelToCopy.state, state: modelToCopy.state,
@ -172,7 +172,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
a#serviceZipTextLink { a#serviceZipLinkPromptId {
line-height: 26px; line-height: 26px;
} }