renaming things in admin

This commit is contained in:
Torkel Ödegaard
2018-09-07 17:55:38 +02:00
parent 4391209f7b
commit a440d3510a
14 changed files with 24 additions and 41 deletions

View File

@@ -31,7 +31,7 @@ export function createNavModel(title: string, ...tabs: string[]): NavModel {
breadcrumbs: [],
};
for (let tab of tabs) {
for (const tab of tabs) {
node.children.push({
id: tab,
icon: 'icon',