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 a78f835fb31021119e20780e2d584bcf408b927c
Author: David Aaron Suddjian <[email protected]>
AuthorDate: Tue Feb 2 15:39:42 2021 -0800

    plural -> singular derp 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 66c24c1..ef9ebbe 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/dashboards/${this.props.dashboardId}/charts`,
+      endpoint: `/api/v1/dashboard/${this.props.dashboardId}/charts`,
     });
   }
 

Reply via email to