Fixed bug causing error for adding navbar items to empty list
This commit is contained in:
@@ -77,7 +77,7 @@ export default {
|
|||||||
title: this.config.pageInfo.title,
|
title: this.config.pageInfo.title,
|
||||||
description: this.config.pageInfo.description,
|
description: this.config.pageInfo.description,
|
||||||
footerText: this.config.pageInfo.footerText,
|
footerText: this.config.pageInfo.footerText,
|
||||||
navLinks: this.config.pageInfo.navLinks,
|
navLinks: this.config.pageInfo.navLinks || [],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user