prettier
prettier
This commit is contained in:
parent
f97c2f37eb
commit
bae8770fb8
2 changed files with 2 additions and 10 deletions
|
|
@ -188,11 +188,7 @@ export default {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
this.dispatchStoreAction(
|
this.dispatchStoreAction(this.storeActions.SAVE_IS_OEM_GLASS_SELECTED, false, false);
|
||||||
this.storeActions.SAVE_IS_OEM_GLASS_SELECTED,
|
|
||||||
false,
|
|
||||||
false
|
|
||||||
);
|
|
||||||
|
|
||||||
// save to vuex store as order.damage.partQuestionAnswers (array)
|
// save to vuex store as order.damage.partQuestionAnswers (array)
|
||||||
// used in GET_PARTS call following this one
|
// used in GET_PARTS call following this one
|
||||||
|
|
|
||||||
|
|
@ -198,11 +198,7 @@ export default {
|
||||||
false
|
false
|
||||||
);
|
);
|
||||||
|
|
||||||
this.dispatchStoreAction(
|
this.dispatchStoreAction(this.storeActions.SAVE_IS_OEM_GLASS_SELECTED, false, false);
|
||||||
this.storeActions.SAVE_IS_OEM_GLASS_SELECTED,
|
|
||||||
false,
|
|
||||||
false
|
|
||||||
);
|
|
||||||
|
|
||||||
// Navigate to the next page
|
// Navigate to the next page
|
||||||
this.navigateForward(matchedParts);
|
this.navigateForward(matchedParts);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue