Skip to content

Commit

Permalink
NAS-129039: NAS-120039: PR update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKarpov98 committed Jul 2, 2024
1 parent 854092c commit 430f0b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class FeedbackDialogComponent implements OnInit {
this.loadFeedbackTypes();
}

onIsLoadingChange(newValue: boolean): void {
protected onIsLoadingChange(newValue: boolean): void {
this.isLoading = newValue;

if (newValue) {
Expand Down

0 comments on commit 430f0b0

Please sign in to comment.