Skip to content

Commit

Permalink
Fixed: issue of brokering run name to be dynamic on the run detail page(
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Feb 9, 2024
1 parent 92ce56e commit a2de3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/BrokeringRoute.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ion-icon slot="icon-only" :icon="arrowBackOutline"/>
</ion-button>
</ion-buttons>
<ion-title>{{ translate("Brokering run name") }}</ion-title>
<ion-title>{{ currentRoutingGroup.groupName }}</ion-title>
</ion-toolbar>
</ion-header>
<ion-content>
Expand Down

0 comments on commit a2de3a3

Please sign in to comment.