Unverified Commit 2af753cd authored by Derek's avatar Derek Committed by GitHub
Browse files

frontend: add onClick prop to icon button (#1694)

parent da229d42
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