scrollable contract deploy & execute modals
Former-commit-id: 5abff2d8fb73e1c919f54d7e3293dd25d6caa95f
This commit is contained in:
parent
e6e0dc256f
commit
16ff3a7ad4
@ -67,6 +67,7 @@ export default class DeployContract extends Component {
|
|||||||
steps={ deployError ? null : steps }
|
steps={ deployError ? null : steps }
|
||||||
title={ deployError ? 'deployment failed' : null }
|
title={ deployError ? 'deployment failed' : null }
|
||||||
waiting={ [1] }
|
waiting={ [1] }
|
||||||
|
scroll
|
||||||
visible>
|
visible>
|
||||||
{ this.renderStep() }
|
{ this.renderStep() }
|
||||||
</Modal>
|
</Modal>
|
||||||
|
@ -70,6 +70,7 @@ export default class ExecuteContract extends Component {
|
|||||||
title='execute function'
|
title='execute function'
|
||||||
busy={ sending }
|
busy={ sending }
|
||||||
waiting={ [1] }
|
waiting={ [1] }
|
||||||
|
scroll
|
||||||
visible>
|
visible>
|
||||||
{ this.renderStep() }
|
{ this.renderStep() }
|
||||||
</Modal>
|
</Modal>
|
||||||
|
Loading…
Reference in New Issue
Block a user