default create setting
This commit is contained in:
@@ -24,9 +24,9 @@ class InstanceCreateForm extends Component {
|
|||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
|
|
||||||
this.state = { players: 1, name: '' };
|
this.state = { players: 2, name: '' };
|
||||||
|
|
||||||
const { sendInstanceNew, selectedCryps } = props;
|
const { sendInstanceNew } = props;
|
||||||
|
|
||||||
this.sendInstanceNew = sendInstanceNew.bind(this);
|
this.sendInstanceNew = sendInstanceNew.bind(this);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user