Skip to content

Commit 76e22ae

Browse files
committed
fix breadcrumb
1 parent 015673f commit 76e22ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web-app/admin/src/app/admin/admin-event/event-details/event-details.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ export class EventDetailsComponent implements OnInit, OnDestroy {
222222
this.getTeamsPage();
223223
this.getNonTeamsPage();
224224
this.loadLayers();
225+
this.breadcrumbs.push({ title: this.event.name })
225226
},
226227
error: (error) => {
227228
console.error('Error loading event:', error);

0 commit comments

Comments
 (0)