fix: add missing collectionId params in collection's form layout

This commit is contained in:
Sonny
2025-08-21 02:00:57 +02:00
parent ac0605caf5
commit 87ced07d20

View File

@@ -70,7 +70,7 @@ function FormLayout({
{!disableHomeLink && (
<Anchor
component={Link}
href={appendCollectionId(route('dashboard').url, collectionId)}
href={appendCollectionId(route('dashboard').path, collectionId)}
disabled={disableHomeLink}
>
{t('back-home')}