Update comment to specify extendItemsMethodNames must be available in 'wc-api'

This commit is contained in:
Albert Juhé Lluveras 2018-12-14 18:12:46 +01:00
parent c0ee524d6b
commit 346ed578ae
1 changed files with 3 additions and 2 deletions

View File

@ -85,8 +85,9 @@ ReportTable.propTypes = {
*/ */
endpoint: PropTypes.string, endpoint: PropTypes.string,
/** /**
* Method names used to load more data for table items. If omitted, no call will * Name of the methods available via `select( 'wc-api' )` that will be used to
* be made and only the data returned by the reports endpoint will be used. * load more data for table items. If omitted, no call will be made and only
* the data returned by the reports endpoint will be used.
*/ */
extendItemsMethodNames: PropTypes.shape( { extendItemsMethodNames: PropTypes.shape( {
isError: PropTypes.string, isError: PropTypes.string,