From 346ed578ae160fda3d5189f3cc5adffbc410a128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Juh=C3=A9=20Lluveras?= Date: Fri, 14 Dec 2018 18:12:46 +0100 Subject: [PATCH] Update comment to specify extendItemsMethodNames must be available in 'wc-api' --- .../client/analytics/components/report-table/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/woocommerce-admin/client/analytics/components/report-table/index.js b/plugins/woocommerce-admin/client/analytics/components/report-table/index.js index f7bdefd12db..54c959b7d9e 100644 --- a/plugins/woocommerce-admin/client/analytics/components/report-table/index.js +++ b/plugins/woocommerce-admin/client/analytics/components/report-table/index.js @@ -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,