Skip to content

Commit

Permalink
Merge branch 'main' into wfnews-1515
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas committed Oct 12, 2023
2 parents 63c98e8 + 235b88a commit 199b43d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export class RoFPage {
public updateAttribute: string;
public showProgress: boolean;
public allowMultiSelect: boolean;
public motionSensor: boolean;

initialize (data: any, index: number, reportOfFire: ReportOfFire) {
this.allowExit = data.allowExit;
Expand All @@ -48,6 +49,7 @@ export class RoFPage {
this.previousId = data.previousId || null;
this.nextId = data.nextId || null;
this.skipId = data.skipId || null;
this.motionSensor = false;
}

previous () {
Expand Down

0 comments on commit 199b43d

Please sign in to comment.