mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-26 23:24:38 +02:00
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…
x
Reference in New Issue
Block a user