Skip to content

Commit

Permalink
fix: save button in user-security is visible again (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSlimvReal authored Feb 6, 2023
1 parent 60b7076 commit 1119bb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
Activate user
</button>
<button
*ngIf="editing && !user?.enabled"
*ngIf="editing && user?.enabled"
mat-raised-button
class="action-button"
(click)="updateAccount()"
Expand Down

0 comments on commit 1119bb3

Please sign in to comment.