From e71418722aa80a750e4fb31ce2d0be4b1e0db336 Mon Sep 17 00:00:00 2001 From: DarkPhoenix2704 Date: Wed, 20 Nov 2024 17:43:15 +0000 Subject: [PATCH] fix: minor bugs fixes --- packages/nc-gui/components/smartsheet/PlainCell.vue | 1 + .../smartsheet/calendar/DayView/DateField.vue | 1 + .../smartsheet/calendar/DayView/DateTimeField.vue | 7 +++++-- .../components/smartsheet/calendar/RecordCard.vue | 2 +- .../smartsheet/calendar/WeekView/DateField.vue | 10 +++++----- .../smartsheet/calendar/WeekView/DateTimeField.vue | 7 +++++-- 6 files changed, 18 insertions(+), 10 deletions(-) diff --git a/packages/nc-gui/components/smartsheet/PlainCell.vue b/packages/nc-gui/components/smartsheet/PlainCell.vue index a8ff3407fd..6a190cfada 100644 --- a/packages/nc-gui/components/smartsheet/PlainCell.vue +++ b/packages/nc-gui/components/smartsheet/PlainCell.vue @@ -372,6 +372,7 @@ const parseValue = (value: any, col: ColumnType): string => {