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