mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
refactor: fix template syntax in breadcrumb component for improved rendering
- Corrected the closing tag syntax in breadcrumb.component.html to ensure proper rendering of the breadcrumb items.
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
>
|
>
|
||||||
{{ node.name ?? '' | translate }}
|
{{ node.name ?? '' | translate }}
|
||||||
</mat-option>
|
</mat-option>
|
||||||
}
|
}
|
||||||
</mat-select>
|
</mat-select>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user