fix: update the requestId when switch model
This commit is contained in:
@@ -200,7 +200,7 @@ const resultList = options.map((option) => {
|
||||
value: option.value,
|
||||
opts: option.options?.map((opt) => {
|
||||
return {
|
||||
label: opt,
|
||||
label: `${opt}`,
|
||||
value: opt
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user