Files
sure/app/views/transactions/new.html.erb
Yacine Kanzari 62a5255e02 Fix select is hidden inside dialog (#1196)
* Fix Select hidden inside Dialog

* Fix regression in Drawer
2026-03-21 15:14:11 +01:00

7 lines
228 B
Plaintext

<%= render DS::Dialog.new(scrollable: false) do |dialog| %>
<% dialog.with_header(title: "New transaction") %>
<% dialog.with_body do %>
<%= render "form", entry: @entry, categories: @categories %>
<% end %>
<% end %>