Merge branch 'dev' of https://github.com/logspace-ai/langflow into dev
This commit is contained in:
commit
85716d0530
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