refactor: type improvements that doesn't modify functionality (#17970)
This commit is contained in:
@@ -67,7 +67,7 @@ const CardWrapper = ({
|
||||
{
|
||||
isShowInstallFromMarketplace && (
|
||||
<InstallFromMarketplace
|
||||
manifest={plugin as any}
|
||||
manifest={plugin}
|
||||
uniqueIdentifier={plugin.latest_package_identifier}
|
||||
onClose={hideInstallFromMarketplace}
|
||||
onSuccess={hideInstallFromMarketplace}
|
||||
|
Reference in New Issue
Block a user