import PricingTable from "@formbricks/ee/billing/components/PricingTable"; import Modal from "./Modal"; export default function UpgradeModal({ open, setOpen, organisationId }) { return (

Upgrade to benefit from all features

You do not currently have an active subscription. Upgrade to get access to all features and improve your user research.

); }