Skip to content

Commit

Permalink
no need to hook them here
Browse files Browse the repository at this point in the history
because they are hooked in the `connect()`
  • Loading branch information
sergiobayona committed Jan 10, 2025
1 parent 47c3821 commit 7544c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
class="fixed inset-0 bg-black z-20 bg-opacity-40 md:hidden nav-closed:hidden "
data-action="click->transition#toggleClass"
></div>
<main id="main-container" class="flex flex-1 h-full w-full bg-white dark:bg-gray-800 text-gray-950 dark:text-gray-100 px-safe" data-controller="image-upload" data-action="dragover->image-upload#dragOver dragleave->image-upload#dragLeave drop->image-upload#dropped">
<main id="main-container" class="flex flex-1 h-full w-full bg-white dark:bg-gray-800 text-gray-950 dark:text-gray-100 px-safe" data-controller="image-upload">
<%= content_for?(:main) ? yield(:main) : yield %>
</main>
<%= render "layouts/alerts" %>
Expand Down

0 comments on commit 7544c2d

Please sign in to comment.