fix(ui): inpaint mask naming

This commit is contained in:
psychedelicious 2024-08-21 14:51:04 +10:00
parent 9b1828e1aa
commit 9b3b961105

View File

@ -13,9 +13,6 @@ const createSelectName = (entityIdentifier: CanvasEntityIdentifier) =>
if (!entity) {
return null;
}
if (entity.type === 'inpaint_mask') {
return null;
}
return entity.name;
});