From b7a86409fb17a7dc5a6bfbcd12c44f522ce458c7 Mon Sep 17 00:00:00 2001 From: Razvan Stoenescu Date: Wed, 24 Apr 2024 14:11:47 +0300 Subject: [PATCH] test --- ui/src/components/date/QDate.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/src/components/date/QDate.js b/ui/src/components/date/QDate.js index f41406649bf..7002279047e 100644 --- a/ui/src/components/date/QDate.js +++ b/ui/src/components/date/QDate.js @@ -24,6 +24,8 @@ function getMonthHash (date) { return date.year + '/' + pad(date.month) } +console.log('test') + export default createComponent({ name: 'QDate',