diff --git a/web/app/components/share/chat/sidebar/index.tsx b/web/app/components/share/chat/sidebar/index.tsx index 51a6bb7493..9f9c609c77 100644 --- a/web/app/components/share/chat/sidebar/index.tsx +++ b/web/app/components/share/chat/sidebar/index.tsx @@ -54,7 +54,10 @@ const Sidebar: FC = ({ }, { target: listRef, - isNoMore: () => isNoMore, + isNoMore: () => { + return isNoMore + }, + reloadDeps: [isNoMore] }, )