+
+ newMemberModal.set(true)}
+ disabled={isButtonDisabled}>
+
+ Invite
+
+
+
+ {$organization?.billingPlan === BillingPlan.FREE
+ ? 'Upgrade to add more members'
+ : `You've reached the members limit for the ${
+ tierToPlan($organization?.billingPlan)?.name
+ } plan`}
+
+