mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 14:09:28 -02:30
Fixes linting errors
This commit is contained in:
@@ -22,7 +22,9 @@ class CredentialsLookup extends React.Component {
|
|||||||
credentialTypes: [],
|
credentialTypes: [],
|
||||||
};
|
};
|
||||||
this.loadCredentialTypes = this.loadCredentialTypes.bind(this);
|
this.loadCredentialTypes = this.loadCredentialTypes.bind(this);
|
||||||
this.handleCredentialTypeSelect = this.handleCredentialTypeSelect.bind(this);
|
this.handleCredentialTypeSelect = this.handleCredentialTypeSelect.bind(
|
||||||
|
this
|
||||||
|
);
|
||||||
this.loadCredentials = this.loadCredentials.bind(this);
|
this.loadCredentials = this.loadCredentials.bind(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ class Lookup extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
Promise.all([this.getData()]);
|
Promise.all([this.getData()]);
|
||||||
}
|
}
|
||||||
|
|
||||||
componentDidUpdate(prevProps) {
|
componentDidUpdate(prevProps) {
|
||||||
|
|||||||
Reference in New Issue
Block a user