mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
Fixes linting errors
This commit is contained in:
parent
491f4824b0
commit
53b4dd5dbf
@ -22,7 +22,9 @@ class CredentialsLookup extends React.Component {
|
||||
credentialTypes: [],
|
||||
};
|
||||
this.loadCredentialTypes = this.loadCredentialTypes.bind(this);
|
||||
this.handleCredentialTypeSelect = this.handleCredentialTypeSelect.bind(this);
|
||||
this.handleCredentialTypeSelect = this.handleCredentialTypeSelect.bind(
|
||||
this
|
||||
);
|
||||
this.loadCredentials = this.loadCredentials.bind(this);
|
||||
}
|
||||
|
||||
|
||||
@ -84,7 +84,7 @@ class Lookup extends React.Component {
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
Promise.all([this.getData()]);
|
||||
Promise.all([this.getData()]);
|
||||
}
|
||||
|
||||
componentDidUpdate(prevProps) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user