fix: malio date #77

Merged
tristan merged 99 commits from develop into main 2026-06-16 09:42:25 +00:00
Showing only changes of commit d74f3acc97 - Show all commits
+1 -1
View File
@@ -94,7 +94,7 @@ const describedBy = computed(() => {
const mergedGroupClass = computed(() =>
twMerge(
'checkbox-wrapper-4 mt-4 w-full',
'checkbox-wrapper-4 w-full',
props.groupClass,
),
)