fix: select checkbox #35

Merged
tristan merged 50 commits from develop into main 2026-04-27 10:09:24 +00:00
Showing only changes of commit d74f3acc97 - Show all commits

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,
),
)