pramod_Task-#357 : Added Admin Update and Delete Functionality in Manage Buckets Modal #155
@ -39,7 +39,7 @@ export const ContactSchema = z
|
|||||||
})
|
})
|
||||||
)
|
)
|
||||||
.min(1, { message: "At least one tag is required" }),
|
.min(1, { message: "At least one tag is required" }),
|
||||||
bucketIds: z.array(z.string()).optional(),
|
bucketIds: z.array(z.string()).min(1,{message:"At least one Label required"}),
|
||||||
})
|
})
|
||||||
|
|
||||||
// .refine((data) => {
|
// .refine((data) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user