diff --git a/src/App.jsx b/src/App.jsx index f9614c9..7cafe40 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -441,7 +441,12 @@ function App() { {step === 1 && ( { + setAction(selectedAction); + if (selectedAction !== 'scan') { + setStep(2); + } + }} onScanComplete={handleScanComplete} onScanCancel={handleScanCancel} log={log}