Commit bcfbbc2
authored
fix(prompt): use correct variable in select_prompt (#1555)
Replaces usage of the undefined 'prompts' variable with 'prompt_list'
in the select_prompt function. This ensures the correct prompt data is
used when invoking the ask method, preventing potential runtime errors.
Closes #15541 parent ed28b01 commit bcfbbc2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
| 381 | + | |
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
| |||
0 commit comments