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 355e4e0aed8b8a4d4e76c2fc4b7ec5bf4c35173f Author: David Aaron Suddjian <[email protected]> AuthorDate: Tue Feb 2 15:21:35 2021 -0800 temporary debugging fetch on the frontend --- superset-frontend/src/dashboard/components/PropertiesModal.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/superset-frontend/src/dashboard/components/PropertiesModal.jsx b/superset-frontend/src/dashboard/components/PropertiesModal.jsx index 1cc75b1..ef9ebbe 100644 --- a/superset-frontend/src/dashboard/components/PropertiesModal.jsx +++ b/superset-frontend/src/dashboard/components/PropertiesModal.jsx @@ -204,6 +204,9 @@ class PropertiesModal extends React.PureComponent { })); this.onOwnersChange(initialSelectedOwners); }, handleErrorResponse); + SupersetClient.get({ + endpoint: `/api/v1/dashboard/${this.props.dashboardId}/charts`, + }); } updateFormState(name, value) {
