From ce30959bbbfc99527eae7170b7f0fd26ce5c67eb Mon Sep 17 00:00:00 2001 From: Kevin McConnell Date: Tue, 11 Feb 2025 15:24:09 +0000 Subject: [PATCH] Only prompt to recover when creating --- app/views/bubbles/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/bubbles/show.html.erb b/app/views/bubbles/show.html.erb index 223c6cdd2..230e3d69b 100644 --- a/app/views/bubbles/show.html.erb +++ b/app/views/bubbles/show.html.erb @@ -1,7 +1,7 @@ <% @page_title = @bubble.title %> <% content_for :header do %> - <% if @bubble.can_recover_abandoned_creation? %> + <% if @bubble.creating? && @bubble.can_recover_abandoned_creation? %>
You have an unsaved bubble. Would you like to continue where you left off?