File tree Expand file tree Collapse file tree
packages/ui/src/components/OrganizationProfile Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ import { useCardState } from '@/ui/elements/contexts';
88import { Form } from '@/ui/elements/Form' ;
99import { FormButtonContainer } from '@/ui/elements/FormButtons' ;
1010import { TagInput } from '@/ui/elements/TagInput' ;
11+ import {
12+ getPaidSeatsUnitTier ,
13+ getSeatUnitPrice ,
14+ organizationAndInvitationsExceedsPurchasedSeats ,
15+ } from '@/ui/utils/billingPlanSeats' ;
1116import { handleError } from '@/ui/utils/errorHandler' ;
1217import { createListFormat } from '@/ui/utils/passwordUtils' ;
1318import { useFormControl } from '@/ui/utils/useFormControl' ;
@@ -19,11 +24,6 @@ import type { LocalizationKey } from '../../localization';
1924import { localizationKeys , useLocalizations } from '../../localization' ;
2025import { mqu } from '../../styledSystem' ;
2126import { RoleSelect } from './MemberListTable' ;
22- import {
23- getPaidSeatsUnitTier ,
24- getSeatUnitPrice ,
25- organizationAndInvitationsExceedsPurchasedSeats ,
26- } from '@/utils/billingPlanSeats' ;
2727
2828const isEmail = ( str : string ) => / ^ \S + @ \S + \. \S + $ / . test ( str ) ;
2929
You can’t perform that action at this time.
0 commit comments