From afd0d3135421b0a197903178000ae706aba048c4 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 98aaec6bf7..6a0e34c40a 100644 --- a/web/app/components/plugins/plugin-detail-panel/detail-header.tsx +++ b/web/app/components/plugins/plugin-detail-panel/detail-header.tsx @@ -174,7 +174,8 @@ const DetailHeader = ({ plugin_id, }) invalidateReferenceSettings() - onUpdate() + // TODO: missing do upgrade logic + handleUpdatedFromMarketplace() hideDowngradeWarningModal() }