diff --git a/app/views/queue/index.html.erb b/app/views/queue/index.html.erb index a1eca8f69bb..78ab260b9bd 100644 --- a/app/views/queue/index.html.erb +++ b/app/views/queue/index.html.erb @@ -57,7 +57,8 @@ legacy_mst_pact_identification: FeatureToggle.enabled?(:legacy_mst_pact_identification, user: current_user), justification_reason: FeatureToggle.enabled?(:justification_reason, user: current_user), cc_appeal_workflow: FeatureToggle.enabled?(:cc_appeal_workflow, user: current_user), - cc_vacatur_visibility: FeatureToggle.enabled?(:cc_vacatur_visibility, user: current_user) + cc_vacatur_visibility: FeatureToggle.enabled?(:cc_vacatur_visibility, user: current_user), + auto_tagging_ability: FeatureToggle.enabled?(:auto_tagging_ability, user: current_user) } }) %> <% end %>