Skip to content

Commit

Permalink
Revise fix abbb8b7
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Feb 20, 2025
1 parent b372543 commit eb872c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client/app/src/pages/whistleblower/form/form.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,12 @@ export class FormComponent implements OnInit {
initialize() {
if (this.step.children) {
this.fields = this.step.children;
this.rows = this.fieldUtilitiesService.splitRows(this.fields);
} else {
this.fields = [];
this.rows = this.step;
}

this.stepId = "step-" + this.index;
this.rows = this.fieldUtilitiesService.splitRows(this.fields);

this.status = {
opened: false,
};
Expand Down

0 comments on commit eb872c4

Please sign in to comment.