Skip to content

Commit

Permalink
Add request_index feature to flipper initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
krauselukas committed Jul 17, 2024
1 parent 5d1eecb commit cb33e9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/config/initializers/flipper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
ENABLED_FEATURE_TOGGLES = [
{ name: :request_show_redesign, description: 'Redesign of the request pages to improve the collaboration workflow' },
{ name: :content_moderation, description: 'Reporting inappropriate content' },
{ name: :color_themes, description: 'Color themes' }
{ name: :color_themes, description: 'Color themes' },
{ name: :request_index, description: 'Redesign of listing requests' }
].freeze

Flipper.configure do
Expand Down

0 comments on commit cb33e9d

Please sign in to comment.