Missing @ in @labels
This commit is contained in:
parent
c48ac79c18
commit
cec57275f0
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class IssuableFinder
|
|||
@labels = Label.where(title: label_names)
|
||||
|
||||
if projects
|
||||
@labels = labels.where(project: projects)
|
||||
@labels = @labels.where(project: projects)
|
||||
end
|
||||
else
|
||||
@labels = Label.none
|
||||
|
|
Loading…
Reference in a new issue