Unverified Commit 1aef7e03 authored by Scarlett Perry's avatar Scarlett Perry Committed by GitHub
Browse files

Frontend: Add disabled prop to PopperItemProps (#2354)

parent 6bce4712
Showing with 1 addition and 1 deletion
+1 -1
......@@ -70,7 +70,7 @@ const ListItemText = styled(MuiListItemText)({
},
});
export interface PopperItemProps extends Pick<ListItemProps, "selected"> {
export interface PopperItemProps extends Pick<ListItemProps, "selected" | "disabled"> {
children: React.ReactNode;
component?: React.ElementType;
componentProps?: any;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment