mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-30 18:48:55 +00:00
ui
This commit is contained in:
@@ -57,7 +57,7 @@ const Layout = ({ children }: { children: JSX.Element }) => {
|
||||
|
||||
const { data: unread = 0 } = useQuery(['getUnreadCount'], getUnreadCount, {
|
||||
enabled: !!userInfo,
|
||||
refetchInterval: 5000
|
||||
refetchInterval: 10000
|
||||
});
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user