Skip to content

Commit

Permalink
IT-5852 Fix datepicker story
Browse files Browse the repository at this point in the history
  • Loading branch information
fraszczakszymon committed Oct 3, 2024
1 parent 0d6cf6b commit dffe125
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ const StoryTemplate: StoryFn<typeof DatePicker> = (args) => {
return {
components: { DatePicker, DsSwitch },
setup() {
return {
...args,
};
return args;
},
data() {
return {
Expand Down

0 comments on commit dffe125

Please sign in to comment.