Skip to content

Commit

Permalink
Merge pull request #37468 from Expensify/yuwen-orderWeight
Browse files Browse the repository at this point in the history
[No QA] Add orderWeight property to TagList type
  • Loading branch information
aldo-expensify authored Feb 29, 2024
2 parents c2e24e1 + 326c8e9 commit 9230b0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types/onyx/PolicyTag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ type PolicyTagList<T extends string = string> = Record<

/** Nested tags */
tags: PolicyTags;

/** Index by which the tag appears in the hierarchy of tags */
orderWeight: number;
}
>;

Expand Down

0 comments on commit 9230b0a

Please sign in to comment.