From f52310a347835738cef8ec634941944821aa18f8 Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 27 Jun 2025 12:01:32 +0800 Subject: [PATCH] fix: not the same as --- .../components/plugins/plugin-detail-panel/detail-header.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/app/components/plugins/plugin-detail-panel/detail-header.tsx b/web/app/components/plugins/plugin-detail-panel/detail-header.tsx index b33bc53b3c..b474e03382 100644 --- a/web/app/components/plugins/plugin-detail-panel/detail-header.tsx +++ b/web/app/components/plugins/plugin-detail-panel/detail-header.tsx @@ -189,7 +189,8 @@ const DetailHeader = ({ plugin_id, }) invalidateReferenceSettings() - onUpdate() + // TODO: missing do upgrade logic + handleUpdatedFromMarketplace() hideDowngradeWarningModal() }