chore: update stale comment in scriptGeneratorStore
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user