Skip to content

Commit

Permalink
Improve user setting component (#16666)
Browse files Browse the repository at this point in the history
Signed-off-by: AllForNothing <[email protected]>
  • Loading branch information
AllForNothing authored Apr 7, 2022
1 parent 9ea24d1 commit 98e1b82
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 275 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h3 class="modal-title">{{'PROFILE.TITLE' | translate}}</h3>
<span class="spinner spinner-inline loading-top" [hidden]="showProgress === false"></span>
<button type="button" id="cancel-btn" class="btn btn-outline" (click)="close()">{{'BUTTON.CANCEL' | translate}}</button>

<button type="button" id="submit-btn" class="btn btn-primary" [disabled]="!isValid || showProgress"
<button type="button" id="submit-btn" class="btn btn-primary" [disabled]="!isValid || showProgress || !isUserDataChange()"
(click)="submit()">{{'BUTTON.OK' | translate}}</button>
</div>
</clr-modal>
Expand Down
Loading

0 comments on commit 98e1b82

Please sign in to comment.