diff --git a/react/src/pages/SessionLauncherPage.tsx b/react/src/pages/SessionLauncherPage.tsx index 73b101b17b..ede39a13a0 100644 --- a/react/src/pages/SessionLauncherPage.tsx +++ b/react/src/pages/SessionLauncherPage.tsx @@ -1733,13 +1733,15 @@ const SessionLauncherPage = () => { setSelectedFolderName(undefined); }} /> */} - { - setValidationTourOpen(false); - }} - scrollIntoViewOptions - /> + {currentStep === steps.length - 1 ? ( + { + setValidationTourOpen(false); + }} + scrollIntoViewOptions + /> + ) : undefined} ); };