mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 08:53:14 +00:00
repair add tag bug (#4552)
This commit is contained in:
@@ -54,7 +54,7 @@ const propTypes = {
|
|||||||
onShowDirentsDraggablePreview: PropTypes.func,
|
onShowDirentsDraggablePreview: PropTypes.func,
|
||||||
};
|
};
|
||||||
|
|
||||||
class DirentListItem extends React.PureComponent {
|
class DirentListItem extends React.Component {
|
||||||
|
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
|
Reference in New Issue
Block a user