Commit 58bcb92c authored by Thomas Randolph's avatar Thomas Randolph

Remove unused variable

parent 0465cd31
......@@ -243,7 +243,7 @@ export default class LabelsSelect {
})
.catch(() => flash(__('Error fetching labels.')));
},
renderRow: function(label, instance) {
renderRow: function(label) {
var linkEl,
listItemEl,
color,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment