frenzy/lib/frenzy_web/live/configure_stage/filter_stage_live.html.heex

7 lines
249 B
Plaintext
Raw Normal View History

2022-09-14 02:10:57 +00:00
<div id={@id}>
2023-06-25 20:45:59 +00:00
<%= if Application.fetch_env!(:frenzy, :env) == :dev do %>
2020-07-18 14:25:43 +00:00
<pre><%= Jason.encode!(@opts, pretty: true) %></pre>
<% end %>
2023-06-25 20:45:59 +00:00
<%= live_component FrenzyWeb.FilterLive, id: "#{@id}-filter", parent_id: @id, filter: @opts %>
2020-07-18 14:25:43 +00:00
</div>