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:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user