Skip to content

Commit

Permalink
chore(web): Fix TS type
Browse files Browse the repository at this point in the history
Not sure why it was of type button in the first place, but this fixes it.
  • Loading branch information
that-one-arab committed Feb 5, 2025
1 parent 2adeef7 commit 3682675
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const _GridEvent = (
onScalerMouseDown,
weekProps,
}: Props,
ref: ForwardedRef<HTMLButtonElement>
ref: ForwardedRef<HTMLDivElement>
) => {
const { component } = weekProps;

Expand Down

0 comments on commit 3682675

Please sign in to comment.