pramod_Task-#357 : Added Admin Update and Delete Functionality in Manage Buckets Modal #155

Merged
pramod.mahajan merged 32 commits from pramod_Task-#357 into Feature_Directory 2025-05-28 07:03:52 +00:00
Showing only changes of commit fc30db8532 - Show all commits

View File

@ -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) => {