We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c813fa3 commit 6b53a48Copy full SHA for 6b53a48
invokeai/frontend/web/src/features/nodes/types/field.ts
@@ -302,6 +302,7 @@ const zStringFieldInputTemplate = zFieldInputTemplateBase
302
if (val.maxLength !== undefined && val.minLength !== undefined) {
303
return val.maxLength >= val.minLength;
304
}
305
+ return true;
306
},
307
{ message: 'maxLength must be greater than or equal to minLength' }
308
);
@@ -406,6 +407,7 @@ const zImageFieldCollectionInputTemplate = zFieldInputTemplateBase
406
407
408
409
410
411
412
413
0 commit comments