From 943b8ea7f5b856bf5ad7f19f1dd6d709cdf14c1c Mon Sep 17 00:00:00 2001 From: swarnadipa-dev Date: Tue, 3 Sep 2024 13:12:57 +0530 Subject: [PATCH] fixed formatting issue --- ui/widgets/nuxeo-date-picker.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/widgets/nuxeo-date-picker.js b/ui/widgets/nuxeo-date-picker.js index 76ba87d17..e78f44263 100644 --- a/ui/widgets/nuxeo-date-picker.js +++ b/ui/widgets/nuxeo-date-picker.js @@ -127,11 +127,11 @@ import { I18nBehavior } from '../nuxeo-i18n-behavior.js'; }, /** - * Use this property to provide custom date format + * Use this property to provide custom date format */ dateFormat: { type: String, - value: "", + value: '', }, }; } @@ -272,4 +272,4 @@ import { I18nBehavior } from '../nuxeo-i18n-behavior.js'; customElements.define(DatePicker.is, DatePicker); Nuxeo.DatePicker = DatePicker; -} +} \ No newline at end of file