From d3ea1d872c7fb21d2be272f32ddac01985ba2298 Mon Sep 17 00:00:00 2001 From: Tchips46 Date: Wed, 10 Jun 2026 17:16:49 +0900 Subject: [PATCH] fix(front): hot reload on enum change --- .../Widget/entity-inspector/component-param-row.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/Widget/entity-inspector/component-param-row.svelte b/src/lib/components/Widget/entity-inspector/component-param-row.svelte index 2733c64..ece7346 100644 --- a/src/lib/components/Widget/entity-inspector/component-param-row.svelte +++ b/src/lib/components/Widget/entity-inspector/component-param-row.svelte @@ -25,7 +25,7 @@ {#if $param.type === 'string'} {#if $param.enum} - {value} {#if Array.isArray($param.enum)}