fix typo in prop name

availability-list
Ryukemeister 2023-10-30 18:59:10 +05:30
parent 344c2c3996
commit 0ff0c1203b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { NewScheduleButton } from "availability-list/components/new-schedule-button/NewScheduleButton"; import { NewScheduleButton } from "availability-list/components/new-schedule-button";
import type { HttpError } from "@calcom/lib/http-error"; import type { HttpError } from "@calcom/lib/http-error";
import { Clock } from "@calcom/ui/components/icon"; import { Clock } from "@calcom/ui/components/icon";
@ -20,7 +20,7 @@ export type Schedule = {
days: number[]; days: number[];
scheduleId?: number; scheduleId?: number;
}[]; }[];
timezone?: string; timeZone?: string;
}; };
type AvailabilityListProps = { type AvailabilityListProps = {