We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a0a65 commit f5f46c9Copy full SHA for f5f46c9
packages/features/eventtypes/components/tabs/assignment/EventTeamAssignmentTab.tsx
@@ -228,6 +228,7 @@ const FixedHosts = ({
228
<div className="border-subtle flex flex-col gap-6 rounded-bl-md rounded-br-md border border-t-0 px-6">
229
<AddMembersWithSwitch
230
data-testid="fixed-hosts-select"
231
+ placeholder={t("add_a_member")}
232
teamId={teamId}
233
teamMembers={teamMembers}
234
customClassNames={customClassNames?.addMembers}
packages/ui/components/form/switch/SettingsToggle.tsx
@@ -42,7 +42,7 @@ function SettingsToggle({
42
labelClassName,
43
descriptionClassName,
44
noIndentation = false,
45
- hideSwitch = false,
+ hideSwitch,
46
...rest
47
}: Props) {
48
const [animateRef] = useAutoAnimate<HTMLDivElement>();
0 commit comments