1
0
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:
Michael An
2023-11-01 15:10:43 +08:00
committed by GitHub
parent 955c292ce8
commit eab8130ed8
11 changed files with 13 additions and 11 deletions

View File

@@ -96,7 +96,7 @@ class SearchGroups extends Component {
this.getGroups();
}
}
}
};
render() {
const { name, isSubmitBtnActive } = this.state;

View File

@@ -93,7 +93,7 @@ class SearchOrgs extends Component {
this.getItems();
}
}
}
};
render() {
const { query, isSubmitBtnActive } = this.state;

View File

@@ -85,7 +85,7 @@ class SearchRepos extends Component {
this.searchRepos();
}
}
}
};
render() {
const { name, isSubmitBtnActive } = this.state;

View File

@@ -279,7 +279,7 @@ class SearchUsers extends Component {
this.getItems();
}
}
}
};
render() {
const { query, isSubmitBtnActive } = this.state;