Add missing slash to custom import

pull/6328/head
zomars 2023-01-07 10:17:32 -07:00
parent 845bfae887
commit 6f48869021
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ model EventTypeCustomInput {
eventType EventType @relation(fields: [eventTypeId], references: [id], onDelete: Cascade)
label String
type EventTypeCustomInputType
// @zod.custom(imports.customInputOptionSchema)
/// @zod.custom(imports.customInputOptionSchema)
options Json?
required Boolean
placeholder String @default("")