Skip to content

Commit

Permalink
[Issue#2031] fixed error on CONFIRM_EDITING button click (#2032)
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Patraboi <vpatr@softserveinc.com>
  • Loading branch information
okedo and Viktor Patraboi authored Mar 9, 2023
1 parent 4e97103 commit 84da353
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<button
*ngIf="element.status !== providerStatuses.Editing"
mat-menu-item
(click)="onChangeStatus(element, statuses.Editing)"
(click)="onChangeStatus(element, providerStatuses.Editing)"
>
{{ 'BUTTONS.CONFIRM_EDITING' | translate }}
</button>
Expand Down

0 comments on commit 84da353

Please sign in to comment.