From 23a54cf41c644daf882a6755b7f3d95143a08208 Mon Sep 17 00:00:00 2001 From: flamboh Date: Mon, 11 May 2026 21:09:04 -0700 Subject: [PATCH] fix(web): hide update toast action while running and complete --- apps/web/src/components/ProviderUpdateLaunchNotification.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/components/ProviderUpdateLaunchNotification.tsx b/apps/web/src/components/ProviderUpdateLaunchNotification.tsx index 69cd83bf8dc..8807d56920d 100644 --- a/apps/web/src/components/ProviderUpdateLaunchNotification.tsx +++ b/apps/web/src/components/ProviderUpdateLaunchNotification.tsx @@ -65,6 +65,7 @@ function updateProviderUpdateToast(input: { type: input.view.type, title: input.view.title, description: input.view.description, + actionProps: undefined, timeout: 0, data: { hideCopyButton: true,