Skip to content

Commit

Permalink
Fixed cancel button on color picker
Browse files Browse the repository at this point in the history
  • Loading branch information
Drock54651 committed Jul 12, 2024
1 parent a787cdd commit f8e1203
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1 mat-dialog-title>Choose Color</h1>
>
</span>
<div mat-dialog-actions>
<button mat-button (click)="onCancelClick()">Cancel</button>
<button mat-button [mat-dialog-close]="this.data.initialColor" (click)="onCancelClick()">Cancel</button>
<button mat-button [mat-dialog-close]="this.selectedColor">Ok</button>
</div>
</mat-dialog-content>
Expand Down

0 comments on commit f8e1203

Please sign in to comment.