mirror of https://github.com/langgenius/dify.git
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