feat(web): share chat & app chat support files
This commit is contained in:
@@ -140,6 +140,8 @@ const Agent = forwardRef<AgentRef>((_props, ref) => {
|
||||
const values = Form.useWatch<Config>([], form)
|
||||
const [isSave, setIsSave] = useState(false)
|
||||
const initialized = useRef(false)
|
||||
|
||||
console.log('chatList', chatList)
|
||||
|
||||
// Initialization flag
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user