mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): rebase resolution
This commit is contained in:
parent
2680ef52c2
commit
de1ea50e6d
@ -106,7 +106,7 @@ export const makeConnectionErrorSelector = (
|
||||
return i18n.t('nodes.cannotConnectToDirectInput');
|
||||
}
|
||||
|
||||
if (targetNode.data.type === 'collect' && targetFieldName === 'item') {
|
||||
if (targetNode?.data.type === 'collect' && targetFieldName === 'item') {
|
||||
// Collect nodes shouldn't mix and match field types
|
||||
const collectItemType = getCollectItemType(templates, nodes, edges, targetNode.id);
|
||||
if (collectItemType) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user