We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0545960 commit ff67a33Copy full SHA for ff67a33
src/services/marketplace/SimpleInstaller.ts
@@ -135,7 +135,7 @@ export class SimpleInstaller {
135
}
136
137
138
- // Handle _selectedIndex from parameters (legacy support)
+ // Handle _selectedIndex from parameters if provided
139
if (options?.parameters?._selectedIndex !== undefined && Array.isArray(item.content)) {
140
const index = options.parameters._selectedIndex
141
if (index >= 0 && index < item.content.length) {
0 commit comments