Skip to content

Commit

Permalink
remove unused arg types
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Nov 25, 2024
1 parent 05c0a56 commit 0e4003a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ const meta: Meta<typeof OnyxDatePicker> = {
],
argTypes: {
...withNativeEventLogging(["onInput", "onChange", "onFocusin", "onFocusout"]),
min: { control: { type: "text" } },
max: { control: { type: "text" } },
},
};

Expand Down

0 comments on commit 0e4003a

Please sign in to comment.