Update CreateEventType.tsx
parent
0a30970fb7
commit
13f1040de5
|
@ -6,7 +6,7 @@ import React, { useEffect } from "react";
|
|||
import { useForm } from "react-hook-form";
|
||||
import type { z } from "zod";
|
||||
|
||||
import { createEventTypeInput } from "@calcom/prisma/zod/eventtypeCustom";
|
||||
import { createEventTypeInput } from "@calcom/prisma/zod-utils";
|
||||
|
||||
import { HttpError } from "@lib/core/http/error";
|
||||
import { useLocale } from "@lib/hooks/useLocale";
|
||||
|
|
Loading…
Reference in New Issue