Skip to content

Commit

Permalink
Fix: revert
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
  • Loading branch information
solracsf authored Jul 9, 2024
1 parent 82b4961 commit 2250573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/settings/FolderGroups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ function AdminGroupSelect({allGroups, allCircles, onChange}: CircleGroupSelectPr
const circles = allCircles.map(circle => {
return {
value: circle.singleId,
label: t('groupfolders', '{displayName} (team)', {...team})
label: t('groupfolders', '{displayName} (team)', {...circle})
};
});
const options = [...groups, ...teams]
const options = [...groups, ...circles]

const placeholder = isCirclesEnabled
? t('groupfolders', 'Add group or Team')
Expand Down

0 comments on commit 2250573

Please sign in to comment.