+ {t('workflow.nodes.agent.modelNotInMarketplace.title')}
+
+ {t('workflow.nodes.agent.modelNotInMarketplace.desc')}
+
+ {t('workflow.nodes.agent.modelNotInMarketplace.manageInPlugins')}
+
+ }
+ asChild={false}
+ needsDelay
+ >
+
+
+ )}
+ >
+ )
+}
+
+export default StatusIndicators
diff --git a/web/app/components/plugins/types.ts b/web/app/components/plugins/types.ts
index d36ba4109a..18282b730d 100644
--- a/web/app/components/plugins/types.ts
+++ b/web/app/components/plugins/types.ts
@@ -81,7 +81,7 @@ export type PluginManifestInMarket = {
icon: string
label: Record