Commit fb07450b authored by Derek Schaller's avatar Derek Schaller
Browse files

frontend: add onClick prop to icon button

parent 6ce9c7d8
Showing with 1 addition and 1 deletion
+1 -1
......@@ -117,7 +117,7 @@ const StyledIconButton = styled(MuiIconButton)({
},
});
export interface IconButtonProps extends Pick<MuiIconButtonProps, "disabled" | "type"> {
export interface IconButtonProps extends Pick<MuiIconButtonProps, "disabled" | "type" | "onClick"> {
children: React.ReactElement;
}
......
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