amaannawab923 commented on code in PR #34835:
URL: https://github.com/apache/superset/pull/34835#discussion_r2300382692
##########
superset-frontend/src/dashboard/containers/DashboardPage.tsx:
##########
@@ -273,6 +274,7 @@ export const DashboardPage: FC<PageProps> = ({ idOrSlug }:
PageProps) => {
>
{DashboardBuilderComponent}
</DashboardContainer>
+ <DashboardExplore />
Review Comment:
This PR introduces a Modal that embeds an instance of Explore, which can be
launched from anywhere within the Dashboard.
1.When opened without a slice ID, it loads a blank Explore view, allowing
users to create a new chart.
2.When opened with a slice ID, it loads Explore in edit mode, enabling users
to modify the selected chart.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]