From 1743d3a5b72f52573c5559ca666b13a1b7ece40b Mon Sep 17 00:00:00 2001 From: Hamza Mahjoubi Date: Wed, 6 Nov 2024 20:54:10 +0100 Subject: [PATCH] fix(calendarPicker): undefined calendar Signed-off-by: Hamza Mahjoubi --- src/components/Shared/CalendarPicker.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Shared/CalendarPicker.vue b/src/components/Shared/CalendarPicker.vue index 10d40d305..5b2a06ef6 100644 --- a/src/components/Shared/CalendarPicker.vue +++ b/src/components/Shared/CalendarPicker.vue @@ -11,8 +11,8 @@ :multiple="multiple" :clearable="clearable" :filter-by="selectFilterBy" - :input-label="this.inputLabel" - :label-outside="this.inputLabel === ''" + :input-label="inputLabel" + :label-outside="inputLabel === ''" @option:selected="change" @option:deselected="remove">