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() }