From d09f2c8490d839f44dbf695d930f407c902de2f9 Mon Sep 17 00:00:00 2001 From: fumimowdan Date: Thu, 5 Oct 2023 15:31:36 +0100 Subject: [PATCH] Add feature flag to disploy form analytics --- app/views/system_admin/dashboard/show.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/system_admin/dashboard/show.html.erb b/app/views/system_admin/dashboard/show.html.erb index 06035df5..20ab633e 100644 --- a/app/views/system_admin/dashboard/show.html.erb +++ b/app/views/system_admin/dashboard/show.html.erb @@ -153,6 +153,7 @@ + <% if Flipper.enabled? :display_form_analytics, current_user %>

Forms funnel

<%= @kpis.funnel_date_range_title %>
@@ -178,5 +179,6 @@ <% end %>
+ <% end %>