Skip to content

Commit

Permalink
fixup! chore: clean up and fix broken changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSquared committed Dec 3, 2024
1 parent 4a5aaec commit ab43344
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ const renderCustomComponent = (
}

const renderButton = (props: RenderProps, ref: Ref<HTMLButtonElement>): JSX.Element => {
const disableActions = props.disabled ?? props.working
const disableActions = Boolean(props.disabled || props.working)
const passedInProps: React.DetailedHTMLProps<
React.ButtonHTMLAttributes<HTMLButtonElement>,
HTMLButtonElement
Expand Down

0 comments on commit ab43344

Please sign in to comment.