mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
contract expandedDefault to false
This commit is contained in:
parent
004aa16b3f
commit
afef1214f0
@ -88,7 +88,7 @@ let ContractSettings = React.createClass({
|
||||
<CollapsibleParagraph
|
||||
title={getLangText('Contracts')}
|
||||
show={true}
|
||||
defaultExpanded={true}>
|
||||
defaultExpanded={false}>
|
||||
<AclProxy
|
||||
aclName="acl_edit_public_contract"
|
||||
aclObject={this.props.currentUser.acl}>
|
||||
|
Loading…
Reference in New Issue
Block a user