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

Change search result text (#5871)

* fix warnings

* change search result text
This commit is contained in:
Michael An
2023-12-29 12:20:07 +08:00
committed by GitHub
parent 628e06f7b8
commit 2ab7ca1e90
4 changed files with 76 additions and 58 deletions

View File

@@ -50,6 +50,7 @@ const propTypes = {
onItemRename: PropTypes.func.isRequired,
posX: PropTypes.number,
posY: PropTypes.number,
dirent: PropTypes.object,
};
class DirentGridView extends React.Component {