Skip to content

Commit

Permalink
#2355 fix type in ButtonGenSet
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiiaPlyako committed Mar 31, 2023
1 parent 4ff1ac2 commit e58ae99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type ButtonGenSetProps = {
button: GenItem
onAtomSelect: (label: string, activateImmediately: boolean) => void
selected: (label: string) => boolean
disabled?: boolean
disabled: boolean
}

const ButtonGenSet = ({
Expand Down

0 comments on commit e58ae99

Please sign in to comment.