You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ux): show Stripe setup link when community has no payout configured
On the event form, price inputs were disabled after selecting a community
without Stripe payout verification, with no feedback explaining why.
- useCurrencyOptionsForCommunity now returns { options, isLoading } so
callers can distinguish loading from "not configured"
- FormDescription in event-form.tsx and dashboard-form-prices.tsx now
shows three states: no community / community without Stripe / verified
- The "not configured" state shows a link to /dashboard/community/{id}/payouts
- Added translation keys price-stripe-not-configured and price-stripe-setup-link
to en/fr/es locale files
Closes#1038
0 commit comments