Skip to content

Commit 35ea9f5

Browse files
fix: fixup
Signed-off-by: Raimund Schlüßler <raimund.schluessler+nextcloud@mailbox.org>
1 parent db5e138 commit 35ea9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NcDateTimePicker/NcDateTimePicker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ function cancelSelection() {
580580
:aria-labels
581581
:auto-apply="!confirm"
582582
class="vue-date-time-picker"
583-
:class="{ "vue-date-time-picker--clearable": clearable }"
583+
:class="{ 'vue-date-time-picker--clearable': clearable }"
584584
:cancel-text="t('Cancel')"
585585
:clearable
586586
:day-names

0 commit comments

Comments
 (0)