Skip to content

Commit

Permalink
Make alert info in the access code component closable (hobbyfarm#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahimi93 authored Nov 28, 2023
1 parent 3984a85 commit e4c5a32
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ <h3 class="modal-title">Manage Access Codes</h3>
<clr-alert
[clrAlertType]="'danger'"
[(clrAlertClosed)]="accessCodeDangerClosed"
[clrAlertClosable]="false"
>
<clr-alert-item>
<span class="alert-text">
Expand All @@ -129,7 +128,6 @@ <h3 class="modal-title">Manage Access Codes</h3>
<clr-alert
[clrAlertType]="'success'"
[(clrAlertClosed)]="accessCodeSuccessClosed"
[clrAlertClosable]="false"
>
<clr-alert-item>
<span class="alert-text">
Expand Down Expand Up @@ -537,7 +535,6 @@ <h3 class="modal-title">Change Password</h3>
<clr-alert
[clrAlertType]="'danger'"
[(clrAlertClosed)]="changePwDangerClosed"
[clrAlertClosable]="false"
>
<clr-alert-item>
<span class="alert-text">
Expand Down

0 comments on commit e4c5a32

Please sign in to comment.