mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): typo
This commit is contained in:
@@ -249,7 +249,7 @@ export const parseSchema = (
|
||||
if (!isFieldType(fieldType)) {
|
||||
logger('nodes').debug(
|
||||
{ fieldName: propertyName, fieldType, field: parseify(property) },
|
||||
`Fallback handling for unknown input field type: ${fieldType}`
|
||||
`Fallback handling for unknown output field type: ${fieldType}`
|
||||
);
|
||||
fieldType = 'Custom';
|
||||
if (!isFieldType(fieldType)) {
|
||||
|
||||
Reference in New Issue
Block a user