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
9f1af0cdaa
commit
c32445084f
@ -13,9 +13,6 @@ const createSelectName = (entityIdentifier: CanvasEntityIdentifier) =>
|
||||
if (!entity) {
|
||||
return null;
|
||||
}
|
||||
if (entity.type === 'inpaint_mask') {
|
||||
return null;
|
||||
}
|
||||
return entity.name;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user