diff --git a/portal/setup-wizard.html b/portal/setup-wizard.html index a56bc13..f361fd8 100644 --- a/portal/setup-wizard.html +++ b/portal/setup-wizard.html @@ -1481,8 +1481,8 @@ config.extractedData.modifiers = updatedModifiers; - // Check if there are uncertain modifiers that need category assignment - showUncertainModifiersStep(); + // Go to items step (uncertain modifiers will be handled after items) + showItemsStep(); } // New step: Handle uncertain modifier assignments @@ -1676,7 +1676,8 @@ checkedIds.has(item.id || i.toString()) ); - showFinalStep(); + // Now that user has seen items, ask about uncertain modifiers + showUncertainModifiersStep(); } // Step 5: Final Review