mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
tidy(ui): rename canvas state "regions" -> "regionalGuidance"
This commit is contained in:
committed by
Kent Keirsey
parent
7725baf6c8
commit
0e0076d819
@@ -205,7 +205,7 @@ const createSelector = (
|
||||
}
|
||||
});
|
||||
|
||||
canvas.regions.entities
|
||||
canvas.regionalGuidance.entities
|
||||
.filter((entity) => entity.isEnabled)
|
||||
.forEach((entity, i) => {
|
||||
const layerLiteral = i18n.t('controlLayers.layer_one');
|
||||
|
||||
Reference in New Issue
Block a user