Skip to content

Commit

Permalink
Add data-turbo-action=advance to main turbo-frame
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Sep 18, 2024
1 parent bd50bf9 commit 40d8e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/trestle/admin.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<%= render "trestle/shared/header" %>

<main class="app-main">
<turbo-frame id="main">
<turbo-frame id="main" data-turbo-action="advance">
<%= yield %>
</turbo-frame>
</main>
Expand Down

0 comments on commit 40d8e21

Please sign in to comment.