Skip to content

Commit

Permalink
fix(package/interface): fix menu onCheck typo (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
deathart authored Sep 9, 2024
1 parent 5ac07d8 commit 85031dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/client/resource/interface/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ interface MenuProps {
onClose?: (keyPressed?: 'Escape' | 'Backspace') => void;
onSelected?: ChangeFunction;
onSideScroll?: ChangeFunction;
onChecked?: ChangeFunction;
onCheck?: ChangeFunction;
cb?: ChangeFunction;
}

Expand Down

0 comments on commit 85031dc

Please sign in to comment.