Bugfixes, Postgres improved support
This commit is contained in:
@@ -126,7 +126,7 @@ export default class CreateGroup extends React.Component {
|
||||
this.setState({...this.state, name: "", color: "", alerts: alerts, isSubmitting: false});
|
||||
} else {
|
||||
alerts.push({message: res.msg, title: "Error creating Group", type: "danger"});
|
||||
this.setState({...this.state, name: "", color: "", alerts: alerts, isSubmitting: false});
|
||||
this.setState({...this.state, alerts: alerts, isSubmitting: false});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user