Skip to content

Commit

Permalink
Fix[TOS-1044]: PreRequisuite Number is displaying correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raksha-testsigma committed Mar 17, 2023
1 parent 8cd0926 commit b0e1324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/models/step-details.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class StepDetails extends Base implements Deserializable {
public conditionType: TestStepConditionType;
@serializable
public action: String;
@serializable
@serializable(alias('position', custom(() => SKIP, (v) => v)))
public order_id: Number;
@serializable
public priority: TestStepPriority;
Expand Down

0 comments on commit b0e1324

Please sign in to comment.