Skip to content

Commit

Permalink
slightly nicer mock date
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Jan 2, 2024
1 parent 9dfe793 commit f2ad512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/pipeline/Pipeline.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
},
}),
],
parameters: { layout: 'fullscreen', options: { showPanel: false }, viewMode: 'story', mockDate: '2023-02-01' }, // scene mode
parameters: { layout: 'fullscreen', options: { showPanel: false }, viewMode: 'story', mockDate: '2023-02-18' }, // scene mode
} as Meta

export function PipelineLandingPage(): JSX.Element {
Expand Down

0 comments on commit f2ad512

Please sign in to comment.