This is an automated email from the ASF dual-hosted git repository. suddjian pushed a commit to branch dashboard-bootstrap in repository https://gitbox.apache.org/repos/asf/superset.git
commit 179513c7a0260682afe2eaa5a6a58ad32a4e634b Author: David Aaron Suddjian <[email protected]> AuthorDate: Tue Feb 2 15:36:08 2021 -0800 singular -> plural derp --- superset-frontend/src/dashboard/components/PropertiesModal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/dashboard/components/PropertiesModal.jsx b/superset-frontend/src/dashboard/components/PropertiesModal.jsx index ef9ebbe..66c24c1 100644 --- a/superset-frontend/src/dashboard/components/PropertiesModal.jsx +++ b/superset-frontend/src/dashboard/components/PropertiesModal.jsx @@ -205,7 +205,7 @@ class PropertiesModal extends React.PureComponent { this.onOwnersChange(initialSelectedOwners); }, handleErrorResponse); SupersetClient.get({ - endpoint: `/api/v1/dashboard/${this.props.dashboardId}/charts`, + endpoint: `/api/v1/dashboards/${this.props.dashboardId}/charts`, }); }
