Skip to content

Commit

Permalink
test: set a fixed time in the TimeFilterEditor story
Browse files Browse the repository at this point in the history
Avoid visual changes due to calendar changes.
  • Loading branch information
JC Estibariz committed Jul 2, 2024
1 parent 7d266be commit 27c92e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pelagos/src/filters/TimeFilterEditor.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
export const Default = {
args: {
label: 'Default',
value: 'foo',
value: {to: 1680667200000},
fromPlaceholder: 'From placeholder',
toPlaceholder: 'To placeholder',
options,
Expand Down

0 comments on commit 27c92e1

Please sign in to comment.