Update comment to specify extendItemsMethodNames must be available in 'wc-api'
This commit is contained in:
parent
c0ee524d6b
commit
346ed578ae
|
@ -85,8 +85,9 @@ ReportTable.propTypes = {
|
|||
*/
|
||||
endpoint: PropTypes.string,
|
||||
/**
|
||||
* Method names used to 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.
|
||||
* Name of the methods available via `select( 'wc-api' )` that will be used to
|
||||
* 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( {
|
||||
isError: PropTypes.string,
|
||||
|
|
Loading…
Reference in New Issue