mirror of https://github.com/Lissy93/dashy.git
Fixed bug causing error for adding navbar items to empty list
This commit is contained in:
parent
d3ff42a5e1
commit
9020caa4e3
|
@ -77,7 +77,7 @@ export default {
|
|||
title: this.config.pageInfo.title,
|
||||
description: this.config.pageInfo.description,
|
||||
footerText: this.config.pageInfo.footerText,
|
||||
navLinks: this.config.pageInfo.navLinks,
|
||||
navLinks: this.config.pageInfo.navLinks || [],
|
||||
},
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue