Merge pull request #2671 from Safelite/feature/CASH-1204
CASH-1204 | Schedules not loading on initial page load
This commit is contained in:
commit
ce69670521
1 changed files with 1 additions and 3 deletions
|
|
@ -597,11 +597,9 @@ export default {
|
||||||
resultMap.mobileFeePart,
|
resultMap.mobileFeePart,
|
||||||
shopProviderData.data
|
shopProviderData.data
|
||||||
);
|
);
|
||||||
|
vm.initializeDatePicker();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
async mounted() {
|
|
||||||
await this.initializeDatePicker();
|
|
||||||
},
|
|
||||||
computed: {
|
computed: {
|
||||||
serviceZipCodeQuestion: {
|
serviceZipCodeQuestion: {
|
||||||
get: function () {
|
get: function () {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue