Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goxiaoy committed Oct 31, 2023
1 parent 50e3037 commit 404eaab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Product/Price/PriceForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export function convertPrices(v: any): any {
if (p.recurring.meterUsage === true) {
p.recurring.usageType = 'metered';
} else {
p.recurring.aggregateUsage = '';
p.recurring.usageType = 'licensed';
}
}
Expand Down

0 comments on commit 404eaab

Please sign in to comment.