CSR-347: remove unneeded test code
This commit is contained in:
parent
97bde06c7a
commit
611b0c0730
1 changed files with 4 additions and 9 deletions
|
|
@ -30,10 +30,10 @@
|
|||
</div>
|
||||
<div v-if="!isBackButtonHidden" class="col-auto link-col py-1 text-break">
|
||||
<textLink
|
||||
linkType="navigation"
|
||||
:text="backLink"
|
||||
@click-event="linkClick"
|
||||
href="javascript:void(0)"
|
||||
linkType="navigation"
|
||||
:text="backLink"
|
||||
@click-event="linkClick"
|
||||
href="javascript:void(0)"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -106,11 +106,6 @@ export default {
|
|||
this.$emit("BackClicked");
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
isForwardActionDisabled(newValue) {
|
||||
this.customButtontext = !newValue ? 'Continue with VIN YMM' : '';
|
||||
}
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue