diff options
Diffstat (limited to 'app/controllers/dashboard/labels_controller.rb')
-rw-r--r-- | app/controllers/dashboard/labels_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/dashboard/labels_controller.rb b/app/controllers/dashboard/labels_controller.rb index 89d87c2d5c8..3a266fa2a72 100644 --- a/app/controllers/dashboard/labels_controller.rb +++ b/app/controllers/dashboard/labels_controller.rb @@ -8,7 +8,7 @@ class Dashboard::LabelsController < Dashboard::ApplicationController end def labels - finder_params = { project_ids: projects.select(:id) } + finder_params = {project_ids: projects.select(:id)} labels = LabelsFinder.new(current_user, finder_params).execute GlobalLabel.build_collection(labels) |