mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 15:05:35 +00:00
fix: add missing collectionId params in collection's form layout
This commit is contained in:
@@ -70,7 +70,7 @@ function FormLayout({
|
|||||||
{!disableHomeLink && (
|
{!disableHomeLink && (
|
||||||
<Anchor
|
<Anchor
|
||||||
component={Link}
|
component={Link}
|
||||||
href={appendCollectionId(route('dashboard').url, collectionId)}
|
href={appendCollectionId(route('dashboard').path, collectionId)}
|
||||||
disabled={disableHomeLink}
|
disabled={disableHomeLink}
|
||||||
>
|
>
|
||||||
{t('back-home')}
|
{t('back-home')}
|
||||||
|
|||||||
Reference in New Issue
Block a user