diff --git a/app/pages/lab-pages-editor/components/TasksPage/TasksPage.jsx b/app/pages/lab-pages-editor/components/TasksPage/TasksPage.jsx index c83af908da..d040477d0a 100644 --- a/app/pages/lab-pages-editor/components/TasksPage/TasksPage.jsx +++ b/app/pages/lab-pages-editor/components/TasksPage/TasksPage.jsx @@ -231,6 +231,7 @@ export default function TasksPage() { aria-label="Choose starting Page" className="flex-item workflow-starting-page" onChange={handleChangeStartingPage} + style={(workflow?.steps?.length < 1) ? { display: 'none' } : undefined} value={firstStepKey} >