mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 10:25:08 +01:00
Merge remote-tracking branch 'remotes/origin/master' into AD-51-easy-to-view-manage-1-editions-coi
Conflicts: piece/models.py web/urls/frontend.py
This commit is contained in:
parent
961b8ee58d
commit
c6e97d916d
@ -8,7 +8,7 @@ let InputText = React.createClass({
|
|||||||
|
|
||||||
getInitialState() {
|
getInitialState() {
|
||||||
return {value: null,
|
return {value: null,
|
||||||
alerts: null
|
alerts: null // needed in AlertMixin
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
handleChange(event) {
|
handleChange(event) {
|
||||||
|
@ -27,7 +27,6 @@ let InputTextArea = React.createClass({
|
|||||||
onChange={this.handleChange}></textarea>
|
onChange={this.handleChange}></textarea>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user