From aaf2ffd5aecb71777f27bdae20aa7f1f0d736297 Mon Sep 17 00:00:00 2001 From: swarnadipa-dev Date: Tue, 3 Sep 2024 13:38:37 +0530 Subject: [PATCH] formatting fix --- ui/widgets/nuxeo-date-picker.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/widgets/nuxeo-date-picker.js b/ui/widgets/nuxeo-date-picker.js index e78f44263..3486a72e9 100644 --- a/ui/widgets/nuxeo-date-picker.js +++ b/ui/widgets/nuxeo-date-picker.js @@ -125,7 +125,6 @@ import { I18nBehavior } from '../nuxeo-i18n-behavior.js'; type: Boolean, value: false, }, - /** * Use this property to provide custom date format */ @@ -272,4 +271,4 @@ import { I18nBehavior } from '../nuxeo-i18n-behavior.js'; customElements.define(DatePicker.is, DatePicker); Nuxeo.DatePicker = DatePicker; -} \ No newline at end of file +}