Skip to content

Commit ff67a33

Browse files
committed
Update comment
1 parent 0545960 commit ff67a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/marketplace/SimpleInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export class SimpleInstaller {
135135
}
136136
}
137137

138-
// Handle _selectedIndex from parameters (legacy support)
138+
// Handle _selectedIndex from parameters if provided
139139
if (options?.parameters?._selectedIndex !== undefined && Array.isArray(item.content)) {
140140
const index = options.parameters._selectedIndex
141141
if (index >= 0 && index < item.content.length) {

0 commit comments

Comments
 (0)