mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 22:53:25 +00:00
fix: add missing collectionId params in collection's form layout
This commit is contained in:
@@ -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')}
|
||||
|
||||
Reference in New Issue
Block a user