summaryrefslogtreecommitdiff
path: root/web-ui/src/common/flat_button/flat_button.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/src/common/flat_button/flat_button.js')
-rw-r--r--web-ui/src/common/flat_button/flat_button.js2
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}