mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix: Keep the first accordion open by default on reset
We need to do this now because we are using multiple accordions.
This commit is contained in:
@@ -69,7 +69,7 @@ const initialSystemState: SystemState = {
|
|||||||
isESRGANAvailable: true,
|
isESRGANAvailable: true,
|
||||||
socketId: '',
|
socketId: '',
|
||||||
shouldConfirmOnDelete: true,
|
shouldConfirmOnDelete: true,
|
||||||
openAccordions: [],
|
openAccordions: [0],
|
||||||
currentStep: 0,
|
currentStep: 0,
|
||||||
totalSteps: 0,
|
totalSteps: 0,
|
||||||
currentIteration: 0,
|
currentIteration: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user