changed chat lock placeholder
This commit is contained in:
parent
09f508ed24
commit
b09153dc43
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ export default function Chat({ flow, reactFlowInstance }: ChatType) {
|
|||
}}
|
||||
type="text"
|
||||
disabled={lockChat}
|
||||
value={lockChat?"please wait for the response": chatValue}
|
||||
value={lockChat?"Thinking...": chatValue}
|
||||
onChange={(e) => {
|
||||
setChatValue(e.target.value);
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue