Rename humburger_menu_categories_count site setting to header_dropdown_category_count

This commit is contained in:
Vinoth Kannan
2018-07-31 09:12:30 +05:30
parent 09bb25a287
commit ece3cb73df
5 changed files with 8 additions and 8 deletions
@@ -178,7 +178,7 @@ export default createWidget("hamburger-menu", {
listCategories() {
const maxCategoriesToDisplay = this.siteSettings
.hamburger_menu_categories_count;
.header_dropdown_category_count;
let categories = this.site.get("categoriesByCount");
if (this.currentUser) {