diff --git a/invokeai/frontend/src/features/system/store/systemSlice.ts b/invokeai/frontend/src/features/system/store/systemSlice.ts index 37b43965ef..3293869d58 100644 --- a/invokeai/frontend/src/features/system/store/systemSlice.ts +++ b/invokeai/frontend/src/features/system/store/systemSlice.ts @@ -69,7 +69,7 @@ const initialSystemState: SystemState = { isESRGANAvailable: true, socketId: '', shouldConfirmOnDelete: true, - openAccordions: [], + openAccordions: [0], currentStep: 0, totalSteps: 0, currentIteration: 0,