diff --git a/web-common/src/features/alerts/EditAlertForm.svelte b/web-common/src/features/alerts/EditAlertForm.svelte index e0a83aa53eb..4ac8cc6dca9 100644 --- a/web-common/src/features/alerts/EditAlertForm.svelte +++ b/web-common/src/features/alerts/EditAlertForm.svelte @@ -55,7 +55,9 @@ { query: { queryClient } }, ); - $: exploreName = getExploreName(alertSpec.annotations?.web_open_path ?? ""); + const exploreName = getExploreName( + alertSpec.annotations?.web_open_path ?? "", + ); const formState = createForm({ initialValues: {