changed chat lock placeholder

This commit is contained in:
anovazzi1 2023-03-07 16:34:40 -03:00
commit b09153dc43

View file

@ -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);
}}