Skip to content

Commit

Permalink
fix: add checked tranform for switch (#4357)
Browse files Browse the repository at this point in the history
  • Loading branch information
Udit-takkar committed Sep 10, 2022
1 parent c215f7d commit 63aae60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/booking/TimeOptions.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { FC, useEffect, useState } from "react";

import { useLocale } from "@calcom/lib/hooks/useLocale";
import Switch from "@calcom/ui/Switch";
import TimezoneSelect, { ITimezoneOption } from "@calcom/ui/form/TimezoneSelect";
import { Switch } from "@calcom/ui/v2";

import { is24h, timeZone } from "../../lib/clock";

Expand Down

0 comments on commit 63aae60

Please sign in to comment.