mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): typo in error message for image collection fields
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user