CSR-2091
CSR-2091 delete cookie on work order submission. if hasdelayedclaimregistration was true, then it caused the vehicle dropdowns to be disabled. better to just remove the cookie after successful submission.
This commit is contained in:
parent
8273329185
commit
7ccb55d1b8
1 changed files with 3 additions and 0 deletions
|
|
@ -2670,6 +2670,9 @@ export const actions = {
|
|||
// clear vuex
|
||||
context.commit(storeMutations.RESET_STATE);
|
||||
|
||||
// delete cookie
|
||||
deleteFunnelCookie();
|
||||
|
||||
//restore user's experiments
|
||||
context.commit(storeMutations.UPDATE_EXPERIMENTS, experiments);
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue