mirror of
https://github.com/langgenius/dify.git
synced 2026-02-22 19:15:47 +08:00
fix(1.0): explore market page empty (#13017)
This commit is contained in:
@ -239,9 +239,11 @@ export const MarketplaceContextProvider = ({
|
||||
activePluginTypeRef.current = type
|
||||
setPage(1)
|
||||
pageRef.current = 1
|
||||
}, [])
|
||||
|
||||
useEffect(() => {
|
||||
handleQuery()
|
||||
}, [handleQuery])
|
||||
}, [activePluginType, handleQuery])
|
||||
|
||||
const handleSortChange = useCallback((sort: PluginsSort) => {
|
||||
setSort(sort)
|
||||
|
||||
Reference in New Issue
Block a user