fix: fix edit button on script row

This commit is contained in:
Ruben Fiszel
2024-05-13 22:46:54 +02:00
parent c883db3101
commit e21ac60547
@@ -136,7 +136,7 @@
size="xs"
variant="border"
startIcon={{ icon: Pen }}
href={'/scripts/edit/{script.path}'}
href="/scripts/edit/{script.path}"
>
Edit
</Button>