Skip to content

Commit

Permalink
PagesEditor: revert default tab to be the Tasks tab
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunanoordin committed Feb 23, 2024
1 parent 7d40d1c commit 3a488d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/pages/lab-pages-editor/PagesEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ import strings from './strings.json';

function PagesEditor({ params }) {
const { workflowID: workflowId, projectID: projectId } = params;
// const [currentTab, setCurrentTab] = useState(0);
const [currentTab, setCurrentTab] = useState(1); // TEMP: set default tab to WorkflowSettingsPage while in development.
const [currentTab, setCurrentTab] = useState(0);
const tabs = [
{
id: 'pages-editor_workflow-header-tab-button_task',
Expand Down

0 comments on commit 3a488d3

Please sign in to comment.