mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): inpaint mask naming
This commit is contained in:
parent
9b1828e1aa
commit
9b3b961105
@ -13,9 +13,6 @@ const createSelectName = (entityIdentifier: CanvasEntityIdentifier) =>
|
|||||||
if (!entity) {
|
if (!entity) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
if (entity.type === 'inpaint_mask') {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
return entity.name;
|
return entity.name;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user