Skip to content

Commit

Permalink
Appeals-26061: Auto tagging feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
youfoundmanesh committed Jul 19, 2023
1 parent b058136 commit 42d909f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/queue/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>

0 comments on commit 42d909f

Please sign in to comment.