diff --git a/superset-frontend/src/dashboard/components/Dashboard.jsx b/superset-frontend/src/dashboard/components/Dashboard.jsx index e870c9f7cc7e..855b7ba7ec38 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) {