1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-22 16:56:57 +00:00

remove warnings

This commit is contained in:
Michael An 2025-03-12 11:46:41 +08:00
parent 752622f35e
commit 75401f88f6

View File

@ -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);
} }
}; };