1
0
Fork 0

fix(shared): Change workbench pattern save URL

This commit is contained in:
Benjamin Fan 2024-09-17 05:21:34 -07:00
parent adefbe7d18
commit 3d54bbada2

View file

@ -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>
)}