Quellcode durchsuchen

fix: datasource pinned list (#25896)

tags/1.9.0
zxhlyh vor 1 Monat
Ursprung
Commit
d8b4bbe067
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden

+ 1
- 1
web/app/components/header/account-setting/data-source-page-new/hooks/use-marketplace-all-plugins.ts Datei anzeigen

@@ -25,7 +25,7 @@ export const useMarketplaceAllPlugins = (providers: any[], searchText: string) =
} = useMarketplacePlugins()

const getCollectionPlugins = useCallback(async () => {
const collectionPlugins = await getMarketplacePluginsByCollectionId('__model-settings-pinned-models')
const collectionPlugins = await getMarketplacePluginsByCollectionId('__datasource-settings-pinned-datasources')

setCollectionPlugins(collectionPlugins)
}, [])

Laden…
Abbrechen
Speichern