diff --git a/web/core/components/workspace/invite-modal/form.tsx b/web/core/components/workspace/invite-modal/form.tsx index 1178f1f6ec..cbf53e237d 100644 --- a/web/core/components/workspace/invite-modal/form.tsx +++ b/web/core/components/workspace/invite-modal/form.tsx @@ -16,13 +16,7 @@ export const InvitationForm = observer((props: TInvitationFormProps) => { const { title, description, children, actions, onSubmit, className } = props; return ( -