Skip to content

Commit

Permalink
Merge pull request #38376 from dukenv0307/fix/37759
Browse files Browse the repository at this point in the history
  • Loading branch information
cead22 authored Mar 19, 2024
2 parents 4ac5d6c + 832b523 commit 6b7f01f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libs/actions/Policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ function deleteWorkspace(policyID: string, policyName: string) {
statusNum: CONST.REPORT.STATUS_NUM.CLOSED,
hasDraft: false,
oldPolicyName: allPolicies?.[`${ONYXKEYS.COLLECTION.POLICY}${policyID}`]?.name ?? '',
policyName: '',
},
});

Expand Down Expand Up @@ -368,6 +369,7 @@ function deleteWorkspace(policyID: string, policyName: string) {
statusNum,
hasDraft,
oldPolicyName,
policyName: report?.policyName,
},
});
});
Expand Down

0 comments on commit 6b7f01f

Please sign in to comment.