Skip to content

Commit

Permalink
Add feature flag to disploy form analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
fumimowdan committed Oct 5, 2023
1 parent d8fe147 commit d09f2c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/system_admin/dashboard/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
</table>
</div>

<% if Flipper.enabled? :display_form_analytics, current_user %>
<div class="kpi-widget form-funnel">
<h3 class="title">Forms funnel</h3>
<h6 class="subtitle"><%= @kpis.funnel_date_range_title %></h6>
Expand All @@ -178,5 +179,6 @@
<% end %>
</table>
</div>
<% end %>

</div>

0 comments on commit d09f2c8

Please sign in to comment.