feat(reference-auto) : formula builder component + composant support + changelog v1.9.5

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Matthieu
2026-03-31 09:51:22 +02:00
parent a339e722a6
commit c82c21c0cd
5 changed files with 173 additions and 65 deletions

View File

@@ -114,6 +114,8 @@ const loadCategory = async () => {
category: response.category,
notes: response.notes ?? response.description ?? '',
structure: (response.structure as ComponentModelStructure | null) ?? undefined,
referenceFormula: response.referenceFormula ?? null,
requiredFieldsForReference: response.requiredFieldsForReference ?? null,
}
} catch (error) {