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,