Skip to content

Commit 2002c79

Browse files
committedJun 25, 2021
awesto#859 forgot to return the config
1 parent 6ad3f43 commit 2002c79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎shop/static/shop/js/catalog.js

+2
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ djangoShopModule.controller('CatalogListController', ['$log', '$scope', '$http',
147147
}
148148
}
149149
}
150+
151+
return config;
150152
};
151153

152154
this.resetProductsList = function() {

0 commit comments

Comments
 (0)
Please sign in to comment.