mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:06:56 +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,
|
target: listRef,
|
||||||
isNoMore: () => isNoMore,
|
isNoMore: () => {
|
||||||
|
return isNoMore
|
||||||
|
},
|
||||||
|
reloadDeps: [isNoMore]
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user