1
0
Fork 0
mirror of synced 2024-07-09 08:16:34 +12:00

Fix portal side bar edit button

This commit is contained in:
Andrew Kingston 2023-09-26 11:18:21 +01:00
parent 9f6749a414
commit db62330d16

View file

@ -39,7 +39,7 @@
<ActionButton
quiet
icon="Edit"
on:click={() => $goto(`../../app/${app.devId}`)}
on:click={() => $goto(`/builder/app/${app.devId}`)}
>
Edit
</ActionButton>