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'