matches: add animation, add suspense for table, add no-image image
This commit is contained in:
@@ -96,11 +96,11 @@ export const createCaseSchema = z
|
||||
.object({
|
||||
textArea: z
|
||||
.string()
|
||||
.min(6, { error: 'text-area-error-fill-complaint-text' })
|
||||
.min(6, { error: 'fill-text-of-the-case' })
|
||||
.trim(),
|
||||
caseTitle: z
|
||||
.string()
|
||||
.min(6, { error: 'text-area-error-fill-complaint-text' })
|
||||
.min(6, { error: 'fill-title-of-the-case' })
|
||||
.trim(),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user