diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-01 09:11:01 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-01 09:11:01 +0000 |
| commit | c7cb37255796023730d0e31324a533e55e25bc46 (patch) | |
| tree | 5140bef8ec205dd79b71066aa3ed3a3e4cb00be0 /app/controllers/groups_controller.rb | |
| parent | 21543f57d625a70c3884d1915fa14ad340d01edc (diff) | |
| download | gitlab-ce-c7cb37255796023730d0e31324a533e55e25bc46.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/groups_controller.rb')
| -rw-r--r-- | app/controllers/groups_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb index 9d7aebe4505..5de207857bb 100644 --- a/app/controllers/groups_controller.rb +++ b/app/controllers/groups_controller.rb @@ -30,7 +30,6 @@ class GroupsController < Groups::ApplicationController before_action do push_frontend_feature_flag(:vue_issuables_list, @group) - push_frontend_feature_flag(:vue_notification_dropdown, @group, default_enabled: :yaml) end before_action do |
