Skip to content

Commit

Permalink
fix: Missing divider in Create team (RocketChat#33953)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti authored Nov 14, 2024
1 parent 28ba03c commit 3929991
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-flies-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Adds a divider on Create team modal - advanced settings
2 changes: 2 additions & 0 deletions apps/meteor/client/sidebarv2/header/CreateTeamModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
FieldHint,
Accordion,
AccordionItem,
Divider,
} from '@rocket.chat/fuselage';
import { useUniqueId } from '@rocket.chat/fuselage-hooks';
import { FeaturePreview, FeaturePreviewOff, FeaturePreviewOn } from '@rocket.chat/ui-client';
Expand Down Expand Up @@ -296,6 +297,7 @@ const CreateTeamModal = ({ onClose }: CreateTeamModalProps) => {
<FieldDescription id={`${showDiscussionsId}-hint`}>{t('Show_discussions_description')}</FieldDescription>
</Field>
</FieldGroup>
<Divider mb={36} />
</FeaturePreviewOn>
</FeaturePreview>
<FieldGroup>
Expand Down

0 comments on commit 3929991

Please sign in to comment.