1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00

repair add tag bug (#4552)

This commit is contained in:
杨顺强
2020-05-06 18:24:16 +08:00
committed by GitHub
parent fd34066951
commit 01d3e41cb8

View File

@@ -54,7 +54,7 @@ const propTypes = {
onShowDirentsDraggablePreview: PropTypes.func,
};
class DirentListItem extends React.PureComponent {
class DirentListItem extends React.Component {
constructor(props) {
super(props);