diff --git a/src/digital-components/date-picker/date-picker.vue b/src/digital-components/date-picker/date-picker.vue index 0f9aa7fa..fb7299f8 100644 --- a/src/digital-components/date-picker/date-picker.vue +++ b/src/digital-components/date-picker/date-picker.vue @@ -172,10 +172,6 @@ export default { modelValue: { type: Object }, - mobileZipCode: { - type: String, - default: null - }, todayOverrideDateString: { // keep for use in unit tests to override today's date type: String, diff --git a/src/layouts/schedule-page/location-alerts/location-alerts.vue b/src/layouts/schedule-page/location-alerts/location-alerts.vue index f47b3704..4b0c3bde 100644 --- a/src/layouts/schedule-page/location-alerts/location-alerts.vue +++ b/src/layouts/schedule-page/location-alerts/location-alerts.vue @@ -4,11 +4,14 @@ :key="alert.cmsWidgetName" :ref="alert.cmsWidgetName" class="mt-2 mb-3" + :manualHeadline="alert.manualHeadline" :cmsWidgetName="alert.cmsWidgetName" alertClass="alert-warning" />