Skip to content

Commit

Permalink
Merge pull request #527 from aranaravi/develop
Browse files Browse the repository at this point in the history
[MOSIP-29735]Changed the duplicate id in UI dashboard
  • Loading branch information
aranaravi authored Oct 16, 2023
2 parents e1a4447 + 54ac4d8 commit 66b9276
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</div>
</mat-grid-tile>
<mat-grid-tile colspan="1" rowspan="1">
<div class="item5 item-card" id="dashboardCard4" (click)="onItemSelected(menuItems[4].route)">
<div class="item5 item-card" id="dashboardCard5" (click)="onItemSelected(menuItems[4].route)">
<mat-card>
<div class="title">
<span class="icon"><img mat-card-xs-image class="dashboard-icons" [src]='menuItems[4].icon' /></span>
Expand Down

0 comments on commit 66b9276

Please sign in to comment.