mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 15:54:39 +00:00
fix code format (#6365)
This commit is contained in:
@@ -176,10 +176,10 @@ class FileUpdateLogs extends Component {
|
||||
}
|
||||
|
||||
toggleExportExcelDialog = () => {
|
||||
this.setState({isExportExcelDialogOpen: !this.state.isExportExcelDialogOpen});
|
||||
this.setState({ isExportExcelDialogOpen: !this.state.isExportExcelDialogOpen });
|
||||
};
|
||||
|
||||
componentDidMount () {
|
||||
componentDidMount() {
|
||||
let urlParams = (new URL(window.location)).searchParams;
|
||||
const { currentPage, perPage } = this.state;
|
||||
this.setState({
|
||||
|
Reference in New Issue
Block a user