This commit is contained in:
parent
a549229a0d
commit
0096efadc8
|
@ -264,8 +264,6 @@ export default Ember.Component.extend({
|
||||||
var data = [];
|
var data = [];
|
||||||
|
|
||||||
Category.listByActivity().some(category => {
|
Category.listByActivity().some(category => {
|
||||||
console.log(category);
|
|
||||||
|
|
||||||
if (category.get('name').match(regexp)) {
|
if (category.get('name').match(regexp)) {
|
||||||
count++;
|
count++;
|
||||||
data.push(category);
|
data.push(category);
|
||||||
|
|
Loading…
Reference in New Issue