Updating eslint (#4573)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b1db1463f6
Коммит
a798714958
@@ -18,7 +18,7 @@ export default class ClusterTableContainer extends React.Component {
|
||||
};
|
||||
}
|
||||
|
||||
load = () => {
|
||||
load() {
|
||||
Client.getClusterStatus(
|
||||
(data) => {
|
||||
this.setState({
|
||||
@@ -44,7 +44,7 @@ export default class ClusterTableContainer extends React.Component {
|
||||
}
|
||||
}
|
||||
|
||||
reload = (e) => {
|
||||
reload(e) {
|
||||
if (e) {
|
||||
e.preventDefault();
|
||||
}
|
||||
@@ -68,4 +68,4 @@ export default class ClusterTableContainer extends React.Component {
|
||||
/>
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user