Skip to content

Commit

Permalink
Merge pull request #48668 from FitseTLT/fix-archived-bug-on-unsuccess…
Browse files Browse the repository at this point in the history
…ful-workspace-deletion

Fix Invoice - Unsuccessful workspace deletion results in archived label on Invoice
  • Loading branch information
carlosmiceli authored Sep 6, 2024
2 parents 65c0f41 + c822842 commit a2afc7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libs/actions/Policy/Policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,8 @@ function deleteWorkspace(policyID: string, policyName: string) {
statusNum,
oldPolicyName,
policyName: report?.policyName,
// eslint-disable-next-line @typescript-eslint/naming-convention
private_isArchived: null,
},
});
});
Expand Down

0 comments on commit a2afc7f

Please sign in to comment.