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>
|
<h5>{t('workbend:patternSaved')}</h5>
|
||||||
{t('workbench:see')}:{' '}
|
{t('workbench:see')}:{' '}
|
||||||
<PageLink
|
<PageLink
|
||||||
href={`/account/patterns/${savedId}`}
|
href={`/account/pattern?id=${savedId}`}
|
||||||
txt={`/account/patterns/${savedId}`}
|
txt={`/account/pattern?id=${savedId}`}
|
||||||
/>
|
/>
|
||||||
</Popout>
|
</Popout>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue