chore: update stale comment in scriptGeneratorStore

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
chihlasm
2026-03-13 12:39:15 -04:00
parent bcca095bdf
commit 87a5988fc3

View File

@@ -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<string, string> // keyed by ScriptParameter.key; booleans as 'true'/'false'