fix: ui
This commit is contained in:
@@ -43,7 +43,7 @@ const NodeChat = ({
|
||||
return (
|
||||
<MySelect
|
||||
width={'100%'}
|
||||
value={inputItem.value}
|
||||
value={inputItem.value || chatModelList[0]?.model}
|
||||
list={list}
|
||||
onchange={(e) => {
|
||||
onChangeNode({
|
||||
|
||||
Reference in New Issue
Block a user