fix: ajout du composant rich text editor (TipTap v3) #39

Merged
matthieu merged 56 commits from develop into main 2026-05-04 13:27:58 +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,
),
)