diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8a69a4..7624fa38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### Features * **chore:** updated dependencies -* **ACustomDataForm:** form to manage `CustomDataAware` entities +* **ACustomDataForm:** new component to manage `CustomDataAware` entities * added several type exports for DAM ### BREAKING CHANGES diff --git a/src/lib.ts b/src/lib.ts index 614fc3a3..c0e63103 100644 --- a/src/lib.ts +++ b/src/lib.ts @@ -70,7 +70,7 @@ import AAssetSelect from '@/components/dam/assetSelect/AAssetSelect.vue' import ASortable from '@/components/sortable/ASortable.vue' import ASortableNested from '@/components/sortable/ASortableNested.vue' import ASubjectSelect from '@/components/subjectSelect/ASubjectSelect.vue' -import ACustomForm from '@/components/customDataForm/ACustomDataForm.vue' +import ACustomDataForm from '@/components/customDataForm/ACustomDataForm.vue' import { useSubjectSelect } from '@/components/subjectSelect/useSubjectSelect' import { useCustomDataForm } from '@/components/customDataForm/useCustomDataForm' import { @@ -375,7 +375,7 @@ export { ASortable, ASortableNested, ASubjectSelect, - ACustomForm, + ACustomDataForm, // Dam AAssetSelect,