Skip to content

Commit

Permalink
Upload section headers
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Nov 3, 2023
1 parent c4a40c9 commit 6221f9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/renderer/src/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,13 @@ const pages = {
start: new GuidedStartPage({
label: "Start",
}),

details: new GuidedNewDatasetPage({
title: "Project Setup",
label: "Project details",
section: sections[0],
}),

structure: new GuidedStructurePage({
title: "Data Formats",
label: "Data formats",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/stories/pages/globals.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const sections = ["Project Structure", "Data Review", "Conversion Preview", "Final Review"];
export const sections = ["Project Structure", "Data Entry", "Conversion Preview", "Upload & Review"];

0 comments on commit 6221f9d

Please sign in to comment.