mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
fix: fix edit button on script row
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
size="xs"
|
||||
variant="border"
|
||||
startIcon={{ icon: Pen }}
|
||||
href={'/scripts/edit/{script.path}'}
|
||||
href="/scripts/edit/{script.path}"
|
||||
>
|
||||
Edit
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user