mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
Feat: add check before install plugin (#20014)
This commit is contained in:
@ -29,7 +29,7 @@ const PackageItem: FC<Props> = ({
|
||||
const plugin = pluginManifestToCardPluginProps(payload.value.manifest)
|
||||
return (
|
||||
<LoadedItem
|
||||
payload={plugin}
|
||||
payload={{ ...plugin, from: payload.type }}
|
||||
checked={checked}
|
||||
onCheckedChange={onCheckedChange}
|
||||
isFromMarketPlace={isFromMarketPlace}
|
||||
|
||||
Reference in New Issue
Block a user