WIP
This commit is contained in:
parent
19c07dc23a
commit
61253e2a44
1 changed files with 1 additions and 1 deletions
|
|
@ -1840,7 +1840,7 @@ export const actions = {
|
|||
},
|
||||
|
||||
saveGlassParts(context, parts) {
|
||||
if (!deepEqual(parts, context.store.order.lineItems.glassParts)) {
|
||||
if (!deepEqual(parts, context.getters.order.lineItems.glassParts)) {
|
||||
context.commit(storeMutations.RESET_SERVICE_LOCATION_APPOINTMENT_TYPE);
|
||||
context.commit(storeMutations.RESET_SERVICE_LOCATION_PROVIDER);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue