mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00: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:
parent
9b7cde8918
commit
d29f57c93d
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user