diff --git a/app/views/bubbles/show.html.erb b/app/views/bubbles/show.html.erb
index b9e940bb6..223c6cdd2 100644
--- a/app/views/bubbles/show.html.erb
+++ b/app/views/bubbles/show.html.erb
@@ -5,7 +5,7 @@
You have an unsaved bubble. Would you like to continue where you left off?
- <%= button_to bucket_bubble_recover_path(@bubble.bucket, @bubble), class: "btn txt-small btn--link" do %>
+ <%= button_to bucket_bubble_recover_path(@bubble.bucket, @bubble), class: "btn txt-small btn--link", data: { turbo_action: "replace" } do %>
Yes please!
<% end %>