From 87a5988fc3786079839851c3ce201f17e8f6c65f Mon Sep 17 00:00:00 2001 From: chihlasm Date: Fri, 13 Mar 2026 12:39:15 -0400 Subject: [PATCH] chore: update stale comment in scriptGeneratorStore Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/store/scriptGeneratorStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/store/scriptGeneratorStore.ts b/frontend/src/store/scriptGeneratorStore.ts index bc3a9390..66968119 100644 --- a/frontend/src/store/scriptGeneratorStore.ts +++ b/frontend/src/store/scriptGeneratorStore.ts @@ -15,7 +15,7 @@ interface ScriptGeneratorState { searchQuery: string activeCategoryId: string | null // null = "All" isLoadingTemplates: boolean // drives skeleton in ScriptTemplateList - isLoadingDetail: boolean // drives spinner in ScriptGeneratorPanel + isLoadingDetail: boolean // drives spinner in ScriptConfigurePane // Form paramValues: Record // keyed by ScriptParameter.key; booleans as 'true'/'false'