fix(shared): Change workbench pattern save URL
This commit is contained in:
parent
adefbe7d18
commit
3d54bbada2
1 changed files with 2 additions and 2 deletions
|
@ -121,8 +121,8 @@ export const SaveView = ({ design, settings, setView, saveAs }) => {
|
|||
<h5>{t('workbend:patternSaved')}</h5>
|
||||
{t('workbench:see')}:{' '}
|
||||
<PageLink
|
||||
href={`/account/patterns/${savedId}`}
|
||||
txt={`/account/patterns/${savedId}`}
|
||||
href={`/account/pattern?id=${savedId}`}
|
||||
txt={`/account/pattern?id=${savedId}`}
|
||||
/>
|
||||
</Popout>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue