Skip to content

Commit

Permalink
Merge pull request #383 from Consdata/IKC-407-resend-event-btn
Browse files Browse the repository at this point in the history
IKC-407 Resend event button
  • Loading branch information
pbelke authored Sep 12, 2024
2 parents cad0317 + a695f5d commit 4d52d98
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ import {AuthService, SystemFunctionName} from '@app/common-auth';
</button>
<button mat-button [disableRipple]="true"
*ngIf="authService.canAccess([SystemFunctionName.TOPIC_RESEND_MESSAGE])"
class="action-button-black" (click)="resend(vm.messageData)">
*ngIf="authService.canAccess([KouncilRole.TOPIC_RESEND_MESSAGE])"
class="action-button-blue" (click)="resend(vm.messageData)">
Resend event
</button>
Expand Down

0 comments on commit 4d52d98

Please sign in to comment.