mirror of
https://github.com/langgenius/dify.git
synced 2026-03-21 18:40:14 +08:00
fix: creat not loaded more
This commit is contained in:
parent
32b49294f5
commit
c66813ee1a
@ -54,7 +54,10 @@ const Sidebar: FC<ISidebarProps> = ({
|
||||
},
|
||||
{
|
||||
target: listRef,
|
||||
isNoMore: () => isNoMore,
|
||||
isNoMore: () => {
|
||||
return isNoMore
|
||||
},
|
||||
reloadDeps: [isNoMore]
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user