@propbinder/mobile-design 0.2.56 → 0.2.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -19200,7 +19200,8 @@ class DsMobileFacilityDetailModalComponent {
|
|
|
19200
19200
|
facilityThumbnail: this.facilityData.heroImage,
|
|
19201
19201
|
availableDates: this.facilityData.availableDates,
|
|
19202
19202
|
availableTimeSlots: this.facilityData.availableTimeSlots,
|
|
19203
|
-
useMockData: this.facilityData.useMockData
|
|
19203
|
+
useMockData: this.facilityData.useMockData,
|
|
19204
|
+
onSubmit: this.facilityData.onSubmit
|
|
19204
19205
|
});
|
|
19205
19206
|
}
|
|
19206
19207
|
/**
|