mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-22 16:56:57 +00:00
remove warnings
This commit is contained in:
parent
752622f35e
commit
75401f88f6
@ -561,7 +561,7 @@ class InteractionMasks extends React.Component {
|
|||||||
this.props.updateFileTags(tagsUpdate);
|
this.props.updateFileTags(tagsUpdate);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (updateRecordIds.length > 0) {
|
if (updateRecordIds.length > 0) {
|
||||||
this.props.modifyRecords(updateRecordIds, idRecordUpdates, idOriginalRecordUpdates, idOldRecordData, idOriginalOldRecordData);
|
this.props.modifyRecords(updateRecordIds, idRecordUpdates, idOriginalRecordUpdates, idOldRecordData, idOriginalOldRecordData);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user