fix billingCheckoutSession query param + enable redirect on workspace… (#11509)
… during onboarding fixes : https://github.com/twentyhq/core-team-issues/issues/668
This commit is contained in:
@ -17,6 +17,7 @@ export { LinkType, SocialLink } from './link/components/SocialLink';
|
||||
export { UndecoratedLink } from './link/components/UndecoratedLink';
|
||||
export { CAL_LINK } from './link/constants/Cal';
|
||||
export { GITHUB_LINK } from './link/constants/GithubLink';
|
||||
export { TWENTY_PRICING_LINK } from './link/constants/TwentyPricingLink';
|
||||
export type {
|
||||
MenuItemIconButton,
|
||||
MenuItemProps,
|
||||
|
||||
@ -0,0 +1 @@
|
||||
export const TWENTY_PRICING_LINK = 'https://twenty.com/pricing';
|
||||
Reference in New Issue
Block a user