minor: add some ids here and there

This commit is contained in:
2025-09-22 12:00:04 -04:00
parent fe2b500684
commit db4e81d852
6 changed files with 7 additions and 9 deletions

View File

@@ -7,6 +7,6 @@ export function useSection(section: TheSectionFragment) {
case "GroupAbstractBuilderSectionsTextBlockLayout":
return { component: SectionTextBlock, attrs: attrs as SectionTextBlockFragment };
default:
throw createError({ statusCode: 500, statusMessage: "Erreur interne", message: "Type de section invalide" });
throw createError({ statusCode: 500, statusMessage: "Erreur interne", message: `Type de section invalide: ${fieldGroupName}` });
}
}