mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fixes build error
This commit is contained in:
parent
75d8fc77c2
commit
a7e2a7037a
@ -30,7 +30,6 @@ export const inpaintingControlsSelector = createSelector(
|
||||
lines,
|
||||
pastLines,
|
||||
futureLines,
|
||||
isMovingBoundingBox,
|
||||
shouldShowBoundingBoxFill,
|
||||
} = inpainting;
|
||||
|
||||
@ -46,7 +45,6 @@ export const inpaintingControlsSelector = createSelector(
|
||||
canUndo: pastLines.length > 0,
|
||||
canRedo: futureLines.length > 0,
|
||||
isMaskEmpty: lines.length === 0,
|
||||
isMovingBoundingBox,
|
||||
activeTabName: tabMap[activeTab],
|
||||
showDualDisplay,
|
||||
shouldShowBoundingBoxFill,
|
||||
|
Loading…
Reference in New Issue
Block a user