Skip to content

Commit

Permalink
fix/secret-management
Browse files Browse the repository at this point in the history
  • Loading branch information
Damilola Debel authored and Damilola Debel committed Nov 30, 2023
1 parent 70505b5 commit b7070f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ng-container>
<ion-item [disabled]="!enabled" lines="none" [detail]="checkboxValue === undefined" class="ion-no-padding">
<ion-item [disabled]="!enabled" lines="none" [detail]="checkboxValue === undefined" class="ion-no-padding" (click)="doAction()">
<ion-avatar slot="start">
<div class="avatar--container" [ngClass]="active ? 'background--color__primary' : 'background--color__tertiary'">
<ion-icon [src]="icon"></ion-icon>
Expand Down

0 comments on commit b7070f0

Please sign in to comment.