fix(ui): typo in error message for image collection fields

This commit is contained in:
psychedelicious
2025-01-10 09:14:27 +10:00
parent b57aa06d9e
commit 6cb87a86c8

View File

@@ -414,7 +414,7 @@ const zImageFieldCollectionInputTemplate = zFieldInputTemplateBase
}
return true;
},
{ message: 'maxLength must be greater than or equal to minLength' }
{ message: 'maxItems must be greater than or equal to minItems' }
);
const zImageFieldCollectionOutputTemplate = zFieldOutputTemplateBase.extend({