CASH-1790: spelling fix
This commit is contained in:
parent
c6bdbf8a03
commit
a6bd79299c
1 changed files with 1 additions and 1 deletions
|
|
@ -1859,7 +1859,7 @@ export default {
|
||||||
selectedDate(newValue, oldValue) {
|
selectedDate(newValue, oldValue) {
|
||||||
if (!this.isDatePickerDoneInitializing) {
|
if (!this.isDatePickerDoneInitializing) {
|
||||||
return;
|
return;
|
||||||
} // needed otherwise it nulls selecdtedTimeSlotInfo too early and prevents a previously selected time slot from auto-selecting
|
} // needed otherwise it nulls selectedTimeSlotInfo too early and prevents a previously selected time slot from auto-selecting
|
||||||
|
|
||||||
// Clear time slot selection if date selected changes
|
// Clear time slot selection if date selected changes
|
||||||
const selectedDate = this.getSelectedDateFromStore();
|
const selectedDate = this.getSelectedDateFromStore();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue