From dec4bf6b9815476d830d25039e51fb1377d8ba22 Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 11 Oct 2024 18:06:23 +0800 Subject: [PATCH] fix: install modal item server --- web/app/components/plugins/install-model-item.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/plugins/install-model-item.tsx b/web/app/components/plugins/install-model-item.tsx index 57a00ce1ef..a053cd7671 100644 --- a/web/app/components/plugins/install-model-item.tsx +++ b/web/app/components/plugins/install-model-item.tsx @@ -16,7 +16,7 @@ type Props = { payload: Plugin } -const PluginItem: FC = async ({ +const PluginItem: FC = ({ className, locale, payload,