Skip to content

Commit

Permalink
revert change made accidentally
Browse files Browse the repository at this point in the history
  • Loading branch information
nevio18324 committed Dec 23, 2024
1 parent 8fad09e commit d851933
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export class CheckInFormComponent implements OnInit {
}

getActions(): Action[] {
return this.dialogForm.controls['actionList'].value!;
return this.dialogForm.controls['actionList'].value || [];
}

changeIsChecked(event: any, index: number) {
Expand Down

0 comments on commit d851933

Please sign in to comment.