mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-26 04:32:50 +00:00
empty tip
This commit is contained in:
parent
9e1c2728b4
commit
42ba65e00f
|
|
@ -50,8 +50,7 @@ const Wecom = ({ appId }: { appId: string }) => {
|
|||
loading: isFetching,
|
||||
runAsync: refetchShareChatList
|
||||
} = useRequest2(() => getShareChatList<WecomAppType>({ appId, type: PublishChannelEnum.wecom }), {
|
||||
manual: false,
|
||||
refreshOnWindowFocus: true
|
||||
manual: false
|
||||
});
|
||||
|
||||
const {
|
||||
|
|
|
|||
Loading…
Reference in New Issue