|
@@ -115,11 +115,13 @@ class WBProcessListing extends Component { |
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
WBProcessListing.defaultProps = {
|
|
|
WBProcessListing.defaultProps = {
|
|
|
'itemsPerPage': 100,
|
|
|
|
|
|
'ownerUuid': null,
|
|
|
|
|
|
'requestingContainerUuid': null,
|
|
|
|
|
|
'renderRenameLink': () => {},
|
|
|
|
|
|
'renderDeleteButton': () => {}
|
|
|
|
|
|
|
|
|
itemsPerPage: 100,
|
|
|
|
|
|
ownerUuid: null,
|
|
|
|
|
|
requestingContainerUuid: null,
|
|
|
|
|
|
renderRenameLink: () => null,
|
|
|
|
|
|
renderDeleteButton: () => null,
|
|
|
|
|
|
renderSelectionCell: () => null,
|
|
|
|
|
|
renderSharingButton: () => null
|
|
|
};
|
|
|
};
|
|
|
|
|
|
|
|
|
export default WBProcessListing;
|
|
|
export default WBProcessListing;
|