Skip to content
Snippets Groups Projects

Faction color edit form

Merged H9031 requested to merge faction-color-edit-form into development
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -67,7 +67,6 @@ export class EditGameForm extends React.Component {
this.setState(state => {
let factions = state.factions;
console.log(this.state.factionColorInput);
factions.push({
factionName: this.state.factionNameInput,
factionPassword: this.state.factionPasswordInput,
Loading