Skip to content

Commit

Permalink
Merge pull request #43419 from Expensify/cmartins-fixPolicyTagLint
Browse files Browse the repository at this point in the history
Fix lint on PolicyTags
  • Loading branch information
luacmartins authored Jun 10, 2024
2 parents 19f9424 + bca071f commit ccce980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/onyx/PolicyTag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ type PolicyTag = OnyxCommon.OnyxValueWithOfflineFeedback<{
/** A list of errors keyed by microtime */
errors?: OnyxCommon.Errors | null;

/** The rules applied to the policy tag */
rules?: {
/**
* String representation of regex to match against parent tag. Eg, if San Francisco is a child tag of California
Expand Down

0 comments on commit ccce980

Please sign in to comment.