We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd640c7 commit 94a31f6Copy full SHA for 94a31f6
app/components/Client/Create/Client.js
@@ -10,7 +10,6 @@ class Client extends React.Component
10
{
11
constructor(props, context) {
12
super(props, context);
13
- super(props);
14
this.handleSubmit = this.handleSubmit.bind(this);
15
this.state = {
16
error : '',
0 commit comments