diff --git a/ayanova/src/components/gzdateandtimepicker.vue b/ayanova/src/components/gzdateandtimepicker.vue index a01f6060..75364de0 100644 --- a/ayanova/src/components/gzdateandtimepicker.vue +++ b/ayanova/src/components/gzdateandtimepicker.vue @@ -2,30 +2,31 @@
- + - + - Close + Close - + - OK + OK @@ -51,7 +52,7 @@ export default { throw "GzDateAndTimePicker: $gzlocale is required and missing"; } }, - data: () => ({ date: null, modal: false, modal2: false }), + data: () => ({ date: null, dlgdate: false, dlgtime: false }), props: { label: String, value: String,