From 506e5e0bc8504247813531a9e581287a3e3fab63 Mon Sep 17 00:00:00 2001 From: JzoNg Date: Fri, 22 Nov 2024 14:53:20 +0800 Subject: [PATCH] fix: plugin type --- web/app/components/plugins/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/plugins/types.ts b/web/app/components/plugins/types.ts index 04d508c20d..5de8a6d2df 100644 --- a/web/app/components/plugins/types.ts +++ b/web/app/components/plugins/types.ts @@ -5,7 +5,7 @@ import type { Locale } from '@/i18n' export enum PluginType { tool = 'tool', model = 'model', - extension = 'endpoint', + extension = 'extension', } export enum PluginSource {