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,
|
||||
shopProviderData.data
|
||||
);
|
||||
vm.initializeDatePicker();
|
||||
});
|
||||
},
|
||||
async mounted() {
|
||||
await this.initializeDatePicker();
|
||||
},
|
||||
computed: {
|
||||
serviceZipCodeQuestion: {
|
||||
get: function () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue