CASH-1453: Set BigTruck provider
This commit is contained in:
parent
bff216731a
commit
374a5afe17
1 changed files with 1 additions and 1 deletions
|
|
@ -1618,7 +1618,7 @@ export default {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
} else if (
|
} else if (
|
||||||
!this.selectedProvider?.address?.streetAddress &&
|
(!this.selectedProvider?.address?.streetAddress || this.isVehicleHeavyTruck) &&
|
||||||
this.shopProviderData?.shopProviders?.length
|
this.shopProviderData?.shopProviders?.length
|
||||||
) {
|
) {
|
||||||
this.selectedProvider = this.shopProviderData.shopProviders[0];
|
this.selectedProvider = this.shopProviderData.shopProviders[0];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue