mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-23 01:36:55 +08:00
refactor: type improvements that doesn't modify functionality (#17970)
This commit is contained in:
@@ -83,7 +83,7 @@ const ProviderCard: FC<Props> = ({
|
||||
{
|
||||
isShowInstallFromMarketplace && (
|
||||
<InstallFromMarketplace
|
||||
manifest={payload as any}
|
||||
manifest={payload}
|
||||
uniqueIdentifier={payload.latest_package_identifier}
|
||||
onClose={hideInstallFromMarketplace}
|
||||
onSuccess={() => hideInstallFromMarketplace()}
|
||||
|
||||
Reference in New Issue
Block a user