Merge branch 'release/2026.03.12' into nation/CASH-623-revert
This commit is contained in:
commit
a1d9301c46
3 changed files with 4 additions and 2 deletions
|
|
@ -301,6 +301,7 @@ export default {
|
|||
flex-direction: column;
|
||||
text-align: center;
|
||||
padding: 0 1rem;
|
||||
margin-top: 4rem;
|
||||
|
||||
& > span {
|
||||
color: $red;
|
||||
|
|
|
|||
|
|
@ -265,6 +265,7 @@ export default {
|
|||
.location-info-label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
line-height: 1.625rem;
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
|
|
|
|||
|
|
@ -618,9 +618,9 @@ export default {
|
|||
pricedMobileFeePart,
|
||||
shopProviderData.data
|
||||
);
|
||||
vm.initializeDatePicker().then(() => {
|
||||
vm.initializeDatePicker().then(async () => {
|
||||
// vm.showMobileFirstModal(); // KEEP IN CASE WE WANT TO REINSTATE MOBILE FIRST
|
||||
vm.showMultiLocationModal();
|
||||
await vm.showMultiLocationModal();
|
||||
vm.hideLoadingModal();
|
||||
vm.calendarLoadingStatus = "none";
|
||||
if (!vm.preSelectedDate) vm.setSelectedDateToFirstAvailable();
|
||||
|
|
|
|||
Loading…
Reference in a new issue