Merge branch 'develop' into feature/CSR-297

This commit is contained in:
CarlNation 2022-03-07 10:40:48 -05:00
commit 4d221378e2
2 changed files with 3 additions and 4 deletions

View file

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

View file

@ -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() {