Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions apps/web/src/components/ProviderUpdatePrimaryNotification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ function updateProviderUpdateToast(input: {
title: input.view.title,
description: input.view.description,
timeout: 0,
// Base UI merges toast updates with the existing toast. Explicitly clear
// the prompt action so its guarded Update handler cannot linger as a
// visible no-op while the update is running (or after it succeeds).
actionProps: undefined,
data: {
hideCopyButton: true,
...(input.view.dismissAfterVisibleMs !== undefined
Expand Down
Loading