Skip to content

Commit

Permalink
do not clear on success
Browse files Browse the repository at this point in the history
  • Loading branch information
rezkiy37 committed Jul 2, 2024
1 parent 05d3319 commit e005d47
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/libs/actions/Policy/ReportFields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ function createReportField(policyID: string, {name, type, initialValue}: CreateR
key: `${ONYXKEYS.COLLECTION.POLICY}${policyID}`,
onyxMethod: Onyx.METHOD.MERGE,
value: {
fieldList: {
[fieldKey]: null,
},
pendingFields: {
[fieldKey]: null,
},
Expand Down

0 comments on commit e005d47

Please sign in to comment.