Hide missing form error

This commit is contained in:
Maximilian Harz 2025-06-26 00:25:14 +02:00
parent 7388a02afd
commit 814229e855

View File

@ -17,6 +17,7 @@ const componentMap = {
startEnd: ProfileStartEndForm,
crowdfundings: CrowdfundingForm,
gallery: GalleryForm,
inviteLinks: () => null, // Not needed for now
// weitere Komponenten hier
}