Merge pull request #2036 from Safelite/feature/CSR-2262

CSR-2262
This commit is contained in:
CarlNation 2024-10-22 09:49:17 -04:00 committed by GitHub
commit d23618bc06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,7 +139,7 @@ export default {
vm.forwardButtonAction();
} else {
if (store.getters.externalParameterServiceZip.zipCode) {
await this.dispatchStoreAction(
await baseMixin.methods.dispatchStoreAction(
storeActions.SAVE_SERVICE_ZIP_CODE_INFO,
{
zipCode: store.getters.externalParameterServiceZip.zipCode,