From e21ac60547f09e892b6c02ba322b41be6a67755d Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 13 May 2024 22:46:54 +0200 Subject: [PATCH] fix: fix edit button on script row --- frontend/src/lib/components/common/table/ScriptRow.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/common/table/ScriptRow.svelte b/frontend/src/lib/components/common/table/ScriptRow.svelte index b92b480c9c..9018162358 100644 --- a/frontend/src/lib/components/common/table/ScriptRow.svelte +++ b/frontend/src/lib/components/common/table/ScriptRow.svelte @@ -136,7 +136,7 @@ size="xs" variant="border" startIcon={{ icon: Pen }} - href={'/scripts/edit/{script.path}'} + href="/scripts/edit/{script.path}" > Edit