fix: add checked tranform for switch (#4357)

This commit is contained in:
Udit Takkar 2022-09-10 23:22:35 +05:30 committed by GitHub
parent c215f7de03
commit 63aae60af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";