Add missing slash to custom import

This commit is contained in:
zomars
2023-01-07 10:17:38 -07:00
parent 845bfae887
commit 6f48869021
+1 -1
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("")