Add input from Solc compiler #3196

This commit is contained in:
Nicolas Gotchac
2016-11-17 13:59:13 +01:00
parent c8fadbec69
commit d41efcc84e
7 changed files with 419 additions and 137 deletions

View File

@@ -43,7 +43,7 @@ class Modal extends Component {
waiting: PropTypes.array,
scroll: PropTypes.bool,
steps: PropTypes.array,
title: React.PropTypes.oneOfType([
title: PropTypes.oneOfType([
PropTypes.node, PropTypes.string
]),
visible: PropTypes.bool.isRequired,