wip(org): Update pattern edit link to new page
This commit is contained in:
parent
185c844769
commit
166c8bc03b
2 changed files with 1 additions and 100 deletions
|
@ -275,7 +275,7 @@ export const Pattern = ({ id }) => {
|
|||
) : (
|
||||
<>
|
||||
<Link
|
||||
href={`/account/patterns/${pattern.id}/edit`}
|
||||
href={`/account/patterns/${pattern.design}/${pattern.id}/edit`}
|
||||
className={`btn btn-primary btn-outline ${horFlexClasses}`}
|
||||
>
|
||||
<FreeSewingIcon /> {t('updatePattern')}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue