We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0ac1a commit 83a8dadCopy full SHA for 83a8dad
npm-packages/dashboard/src/components/billing/SpendingLimits.tsx
@@ -57,7 +57,7 @@ export function spendingLimitsSchema({
57
(value) =>
58
currentSpending === undefined ||
59
value === null ||
60
- currentSpending.totalCents <= value,
+ currentSpending.totalCents <= value * 100,
61
);
62
63
return Yup.object().shape({
0 commit comments