Skip to content

Commit

Permalink
Fjerner unødvendige args
Browse files Browse the repository at this point in the history
  • Loading branch information
chrhein committed Oct 31, 2024
1 parent 75dcd97 commit 534640e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,6 @@ export default meta;
type Story = StoryObj<typeof KvibDatepicker>;

export const Preview: Story = {
args: {
showWeekNumber: true,
showOutsideDays: true,
onChange: e => console.log(e.target.value),
},
render: args => <KvibDatepicker {...args} />,
};

Expand Down

0 comments on commit 534640e

Please sign in to comment.