<%# locals: (error_message:, return_path:) %> <%= turbo_frame_tag "modal" do %> <%= render DS::Dialog.new do |dialog| %> <% dialog.with_header(title: "Lunch Flow Connection Error") %> <% dialog.with_body do %>
<%= icon("alert-circle", class: "text-destructive w-5 h-5 shrink-0 mt-0.5") %>

Unable to connect to Lunch Flow

<%= error_message %>

Common Issues:

<%= link_to settings_providers_path, class: "inline-flex items-center justify-center rounded-lg px-4 py-2 text-sm font-medium text-white bg-gray-900 hover:bg-gray-800 focus:outline-none focus:ring-2 focus:ring-gray-900 focus:ring-offset-2 transition-colors", data: { turbo: false } do %> Check Provider Settings <% end %>
<% end %> <% end %> <% end %>