Add missing slash to custom import
parent
845bfae887
commit
6f48869021
|
@ -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("")
|
||||
|
|
Loading…
Reference in New Issue