diff --git a/app/javascript/gabsocial/components/icon_button.js b/app/javascript/gabsocial/components/icon_button.js index e30702d1..bfc10db8 100644 --- a/app/javascript/gabsocial/components/icon_button.js +++ b/app/javascript/gabsocial/components/icon_button.js @@ -23,6 +23,7 @@ export default class IconButton extends React.PureComponent { animate: PropTypes.bool, overlay: PropTypes.bool, tabIndex: PropTypes.string, + type: PropTypes.string, }; static defaultProps = { @@ -64,6 +65,7 @@ export default class IconButton extends React.PureComponent { pressed, tabIndex, title, + type, } = this.props; const classes = classNames(className, 'icon-button', { @@ -106,6 +108,7 @@ export default class IconButton extends React.PureComponent { style={style} tabIndex={tabIndex} disabled={disabled} + type={type} >