From e0d97668cea9497af7e746e7355e53f053818309 Mon Sep 17 00:00:00 2001 From: swarnadipa-dev Date: Tue, 3 Sep 2024 19:31:44 +0530 Subject: [PATCH] test code --- ui/widgets/nuxeo-date-picker.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/widgets/nuxeo-date-picker.js b/ui/widgets/nuxeo-date-picker.js index fcfc33f8b..330b10a70 100644 --- a/ui/widgets/nuxeo-date-picker.js +++ b/ui/widgets/nuxeo-date-picker.js @@ -125,6 +125,10 @@ import { I18nBehavior } from '../nuxeo-i18n-behavior.js'; type: Boolean, value: false, }, + someField: { + type: String, + value: '', + }, }; }