1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-02 20:15:22 +02:00
Maybe/app/views/plaid_items/edit.html.erb

9 lines
348 B
Text
Raw Normal View History

<%# We render this in the empty modal frame so if Plaid flow is closed, user stays on same page they were on %>
<%= turbo_frame_tag "modal" do %>
<%= render "plaid_items/auto_link_opener",
link_token: @link_token,
region: @plaid_item.plaid_region,
item_id: @plaid_item.id,
is_update: true %>
<% end %>