1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-10 19:29:56 +00:00

run npm lint when open PR (#6375)

* 01 fix code warnings

* 02 change test.yml
This commit is contained in:
Michael An
2024-07-19 11:14:28 +08:00
committed by GitHub
parent c3b9b96ed9
commit 88dc8d0cac
10 changed files with 72 additions and 30 deletions

View File

@@ -37,12 +37,12 @@ class InsertRepoImageDialog extends React.Component {
});
}
else {
this.setState({repo: null, selectedPath: ''});
this.setState({ repo: null, selectedPath: '' });
}
};
onRepoItemClick = () => {
this.setState({repo: null, selectedPath: ''});
this.setState({ repo: null, selectedPath: '' });
};
render() {