Skip to content

Commit

Permalink
fix: fix edit button on script row
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed May 13, 2024
1 parent c883db3 commit e21ac60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/common/table/ScriptRow.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
size="xs"
variant="border"
startIcon={{ icon: Pen }}
href={'/scripts/edit/{script.path}'}
href="/scripts/edit/{script.path}"
>
Edit
</Button>
Expand Down

0 comments on commit e21ac60

Please sign in to comment.