Skip to content

Commit 13f7252

Browse files
committed
Added isNew property
1 parent 7bd8a8e commit 13f7252

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ export class UmbNavGroup extends UmbElementMixin(LitElement) {
373373
data: {
374374
config: {},
375375
index: null,
376+
isNew: item.unique == null || item.unique.length === 0,
376377
},
377378
value: {
378379
link: item

0 commit comments

Comments
 (0)