Skip to content

Commit

Permalink
Add another type
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJDev committed Mar 11, 2024
1 parent 9f77b09 commit 087ab1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ const SortableItem: React.FC<React.PropsWithChildren<SortableItemProps>> = ({opt
return (
<ActionList.Item
role={role}
ref={element => dragRef(element) && dropRef(element)} // merge refs
ref={(element: HTMLLIElement) => dragRef(element) && dropRef(element)} // merge refs
selected={option.selected}
onSelect={onSelect}
sx={{
Expand Down

0 comments on commit 087ab1f

Please sign in to comment.