diff options
Diffstat (limited to 'web-ui/src/common/flat_button')
-rw-r--r-- | web-ui/src/common/flat_button/flat_button.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web-ui/src/common/flat_button/flat_button.js b/web-ui/src/common/flat_button/flat_button.js index d9930ff5..33df7de4 100644 --- a/web-ui/src/common/flat_button/flat_button.js +++ b/web-ui/src/common/flat_button/flat_button.js @@ -38,9 +38,7 @@ const SubmitFlatButton = ({ name, buttonText, fontIconClass }) => ( <FlatButton name={name} type='submit' - target='_blank' hoverColor='transparent' - containerElement='label' style={flatButtonStyle} labelPosition='before' label={buttonText} |