Lint, make save button not clickable when quarterly is selected

This commit is contained in:
Prospector
2025-06-03 10:37:29 -07:00
parent 4441be5380
commit a4ba41bf15
6 changed files with 26 additions and 20 deletions

View File

@@ -1,9 +1,5 @@
import type Stripe from 'stripe'
import {
type Stripe as StripeJs,
loadStripe,
type StripeElements,
} from '@stripe/stripe-js'
import { type Stripe as StripeJs, loadStripe, type StripeElements } from '@stripe/stripe-js'
import { computed, ref, type Ref } from 'vue'
import type { ContactOption } from '@stripe/stripe-js/dist/stripe-js/elements/address'
import type {
@@ -391,6 +387,6 @@ export const useStripe = (
tax,
total,
submitPayment,
completingPurchase
completingPurchase,
}
}