{
marketplaceCollectionPluginsMap[collection.name].map(plugin => (
diff --git a/web/app/components/plugins/marketplace/list/list-wrapper.tsx b/web/app/components/plugins/marketplace/list/list-wrapper.tsx
index cf31bf9dee..124049f70f 100644
--- a/web/app/components/plugins/marketplace/list/list-wrapper.tsx
+++ b/web/app/components/plugins/marketplace/list/list-wrapper.tsx
@@ -11,7 +11,7 @@ type ListWrapperProps = {
marketplaceCollections: MarketplaceCollection[]
marketplaceCollectionPluginsMap: Record
showInstallButton?: boolean
- locale?: string
+ locale: string
}
const ListWrapper = ({
marketplaceCollections,
diff --git a/web/app/components/plugins/marketplace/types.ts b/web/app/components/plugins/marketplace/types.ts
index e2c4315f3d..fbe4595322 100644
--- a/web/app/components/plugins/marketplace/types.ts
+++ b/web/app/components/plugins/marketplace/types.ts
@@ -2,7 +2,8 @@ import type { Plugin } from '../types'
export type MarketplaceCollection = {
name: string
- description: string
+ label: Record
+ description: Record
rule: string
created_at: string
updated_at: string
diff --git a/web/app/components/plugins/provider-card.tsx b/web/app/components/plugins/provider-card.tsx
index e2a45fc24d..3f2d889bc0 100644
--- a/web/app/components/plugins/provider-card.tsx
+++ b/web/app/components/plugins/provider-card.tsx
@@ -64,17 +64,17 @@ const ProviderCard: FC = ({
className='hidden group-hover:flex items-center gap-2 absolute bottom-0 left-0 right-0 p-4 pt-8 rounded-xl bg-gradient-to-tr from-[#f9fafb] to-[rgba(249,250,251,0)]'
>