Skip to content

Commit d196020

Browse files
committed
Changed to use item name
1 parent e2b6185 commit d196020

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Umbraco.Community.UmbNav/src/components/umbnav-group/umbnav-group.data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export async function generateUmbNavLink(context: UmbControllerHost, item: Model
7878
return {
7979
...item,
8080
icon: await itemDataResolver.getIcon(),
81-
name: await itemDataResolver.getName(),
81+
name: item.name,
8282
description: await getDocumentUrl(context, item.contentKey as Guid),
8383
};
8484
}

0 commit comments

Comments
 (0)