We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb1a626 + 59ecdf9 commit 9b93056Copy full SHA for 9b93056
angular/src/app/users/reset-password/reset-password.component.html
@@ -18,10 +18,10 @@ <h1 mat-dialog-title>{{ "ResetPassword" | localize }}</h1>
18
</div>
19
</mat-dialog-content>
20
<div mat-dialog-actions align="end">
21
- <button mat-button type="button" [disabled]="loading" (click)="close()">
+ <button mat-button type="button" [disabled]="isLoading" (click)="close(false)">
22
{{ "Cancel" | localize }}
23
</button>
24
- <button mat-flat-button type="submit" flex="15" color="primary" [disabled]="!resetPasswordModal.form.valid || loading">
+ <button mat-flat-button type="submit" flex="15" color="primary" [disabled]="!resetPasswordModal.form.valid || isLoading">
25
{{ "Save" | localize }}
26
27
0 commit comments