Merge branch 'develop' into feature/CSR-297
This commit is contained in:
commit
4d221378e2
2 changed files with 3 additions and 4 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<textLink :text="HeadlineText" linkType="text" href="#!" />
|
||||
</div>
|
||||
<div class="vin-info">
|
||||
<div class="mt-3" v-html="BodyText"></div>
|
||||
<div class="mt-2" v-html="BodyText"></div>
|
||||
<img :src="OptionalImage" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -197,10 +197,9 @@ export default {
|
|||
this.$route
|
||||
);
|
||||
},
|
||||
|
||||
// Nothing here to reset, the previous pages will setting parts correctly for here.
|
||||
|
||||
resetDependentState() {
|
||||
|
||||
// Nothing additional to reset here: The page save is already fully resetting all the line-items on the order
|
||||
},
|
||||
|
||||
LoadInitialPartsData() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue