Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions src/components/composed/DataAppShell/DataAppShell.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,8 @@ const htsWorkflowSteps: WorkflowStep[] = [

const htsBreadcrumbs = [
{ label: "All Projects", onClick: () => console.log("All Projects") },
{ label: "DUX4", onClick: () => console.log("DUX4") },
{ label: "Primary Screening", onClick: () => console.log("Primary Screening") },
{ label: "Data Overview" },
{ label: "Project Name", onClick: () => console.log("Project Name") },
{ label: "worksession name" },
];

// =============================================================================
Expand Down Expand Up @@ -585,9 +584,8 @@ const InteractiveShell = () => {
userMenu={<UserMenuButton name="Emily Liu" userRole="ADMIN" />}
breadcrumbs={[
{ label: "All Projects", onClick: () => setActivePageId("explorer") },
{ label: "DUX4" },
{ label: "Primary Screening" },
{ label: activeStep?.label ?? "Data Overview" },
{ label: "Project Name" },
{ label: "worksession name" },
]}
headerActions={
isProjectPage && (
Expand Down
Loading