Skip to content

Commit

Permalink
Fix for Edit Config link not working on dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
apop880 committed Feb 23, 2023
1 parent 9cafc29 commit 7591fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/src/lib/components/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{#if currentConfig}
<div class="flex-1 text-primary-content">Current Config: {currentConfig}</div>
<div class="flex-1">
<a href={`/config/${$page.params.uid}`} class="text-primary-content flex items-center gap-2 btn btn-ghost">
<a href={`/config/${$page.data.configuration.uid}`} class="text-primary-content flex items-center gap-2 btn btn-ghost">
<Icon icon="fluent:form-24-regular" height="36"></Icon>Edit Config
</a>
</div>
Expand Down

0 comments on commit 7591fec

Please sign in to comment.