From 361c96e99a4c5d38cc3f1f973e3f7f0da3a58cc7 Mon Sep 17 00:00:00 2001 From: Cleopatra Enjeck M Date: Wed, 7 Feb 2024 12:52:09 +0100 Subject: [PATCH] enh: fix lint Signed-off-by: Cleopatra Enjeck M --- .../ncTable/partials/rowTypePartials/DatetimeForm.vue | 2 +- .../ncTable/partials/rowTypePartials/DatetimeTimeForm.vue | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/shared/components/ncTable/partials/rowTypePartials/DatetimeForm.vue b/src/shared/components/ncTable/partials/rowTypePartials/DatetimeForm.vue index e577b5df3..92ba5568f 100644 --- a/src/shared/components/ncTable/partials/rowTypePartials/DatetimeForm.vue +++ b/src/shared/components/ncTable/partials/rowTypePartials/DatetimeForm.vue @@ -1,7 +1,7 @@ diff --git a/src/shared/components/ncTable/partials/rowTypePartials/DatetimeTimeForm.vue b/src/shared/components/ncTable/partials/rowTypePartials/DatetimeTimeForm.vue index 3a6dace8d..b4ec1e6a8 100644 --- a/src/shared/components/ncTable/partials/rowTypePartials/DatetimeTimeForm.vue +++ b/src/shared/components/ncTable/partials/rowTypePartials/DatetimeTimeForm.vue @@ -1,7 +1,7 @@ @@ -36,7 +36,6 @@ export default { }, localValue: { get() { - console.log(this.value) if (this.value !== null && this.value !== 'none') { return Moment(this.value, 'HH:mm').toDate() } else if (this.value === null && this.column.datetimeDefault === 'now') {