Thanks to visit codestin.com Credit goes to github.com
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 3a1b8d1 commit 5643897Copy full SHA for 5643897
web/src/ee/features/billing/components/BillingDiscountCodeButton.tsx
@@ -33,6 +33,7 @@ export const BillingDiscountCodeButton = ({
33
setProcessing(false);
34
setOpen(false);
35
setCode("");
36
+ setOpId(null);
37
await Promise.all([
38
utils.cloudBilling.getSubscriptionInfo.invalidate(),
39
utils.cloudBilling.getInvoices.invalidate(),
0 commit comments