Clear submitted orders on vehicle FBA
This commit is contained in:
parent
36ab8e04eb
commit
d07b57f718
1 changed files with 1 additions and 0 deletions
|
|
@ -334,6 +334,7 @@ export default {
|
|||
},
|
||||
|
||||
async forwardButtonAction() {
|
||||
await this.dispatchStoreAction(storeActions.RESET_SUBMITTED_ORDER);
|
||||
this.dispatchStoreAction(
|
||||
storeActions.SAVE_VEHICLE,
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue