This is an automated email from the ASF dual-hosted git repository.
graceguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 0724edd other: [logging] add dashboard is_published into perf logging
(#10042)
0724edd is described below
commit 0724eddb7c1db4ec860e6cee742c925dbfe9cdfe
Author: Grace Guo <[email protected]>
AuthorDate: Thu Jun 11 18:57:52 2020 -0700
other: [logging] add dashboard is_published into perf logging (#10042)
---
superset-frontend/src/dashboard/components/Dashboard.jsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/superset-frontend/src/dashboard/components/Dashboard.jsx
b/superset-frontend/src/dashboard/components/Dashboard.jsx
index e870c9f..855b7ba 100644
--- a/superset-frontend/src/dashboard/components/Dashboard.jsx
+++ b/superset-frontend/src/dashboard/components/Dashboard.jsx
@@ -96,6 +96,7 @@ class Dashboard extends React.PureComponent {
is_edit_mode: dashboardState.editMode,
mount_duration: Logger.getTimestamp(),
is_empty: isDashboardEmpty(layout),
+ is_published: dashboardState.isPublished,
};
const directLinkComponentId = getLocationHash();
if (directLinkComponentId) {