Skip to content

Commit f4d0f02

Browse files
authored
refactor: max item (#9804)
1 parent 049b013 commit f4d0f02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/fx-core/src/question/create.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1466,6 +1466,7 @@ export function apiOperationQuestion(includeExistingAPIs = true): MultiSelectQue
14661466
staticOptions: [],
14671467
validation: {
14681468
minItems: 1,
1469+
maxItems: 10,
14691470
},
14701471
dynamicOptions: (inputs: Inputs) => {
14711472
if (!inputs.supportedApisFromApiSpec) {

0 commit comments

Comments
 (0)