mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 21:07:17 +00:00
Fix searched dir then copy dir bug (#5727)
* fix warnings * fix search result path error
This commit is contained in:
@@ -96,7 +96,7 @@ class SearchGroups extends Component {
|
||||
this.getGroups();
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
render() {
|
||||
const { name, isSubmitBtnActive } = this.state;
|
||||
|
@@ -93,7 +93,7 @@ class SearchOrgs extends Component {
|
||||
this.getItems();
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
render() {
|
||||
const { query, isSubmitBtnActive } = this.state;
|
||||
|
@@ -85,7 +85,7 @@ class SearchRepos extends Component {
|
||||
this.searchRepos();
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
render() {
|
||||
const { name, isSubmitBtnActive } = this.state;
|
||||
|
@@ -279,7 +279,7 @@ class SearchUsers extends Component {
|
||||
this.getItems();
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
render() {
|
||||
const { query, isSubmitBtnActive } = this.state;
|
||||
|
Reference in New Issue
Block a user