From 87ced07d20dea6e11a438e416a1674a2035540ef Mon Sep 17 00:00:00 2001 From: Sonny Date: Thu, 21 Aug 2025 02:00:57 +0200 Subject: [PATCH] fix: add missing collectionId params in collection's form layout --- inertia/layouts/form_layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inertia/layouts/form_layout.tsx b/inertia/layouts/form_layout.tsx index 39e7635..d4038cb 100644 --- a/inertia/layouts/form_layout.tsx +++ b/inertia/layouts/form_layout.tsx @@ -70,7 +70,7 @@ function FormLayout({ {!disableHomeLink && ( {t('back-home')}