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:
blessedcoolant 2023-02-20 05:26:48 +13:00
parent 9b7cde8918
commit d29f57c93d

View File

@ -69,7 +69,7 @@ const initialSystemState: SystemState = {
isESRGANAvailable: true,
socketId: '',
shouldConfirmOnDelete: true,
openAccordions: [],
openAccordions: [0],
currentStep: 0,
totalSteps: 0,
currentIteration: 0,