diff --git a/public/app/features/manage-dashboards/components/PublicDashboardListTable/PublicDashboardListTable.tsx b/public/app/features/manage-dashboards/components/PublicDashboardListTable/PublicDashboardListTable.tsx index a50d149cee7..171289c149a 100644 --- a/public/app/features/manage-dashboards/components/PublicDashboardListTable/PublicDashboardListTable.tsx +++ b/public/app/features/manage-dashboards/components/PublicDashboardListTable/PublicDashboardListTable.tsx @@ -145,23 +145,43 @@ export const PublicDashboardListTable = () => { {!isLoading && !isError && !!paginatedPublicDashboards && (
{paginatedPublicDashboards.publicDashboards.length === 0 ? ( - - - Create a public dashboard from any existing dashboard through the Share modal.{' '} - - Learn more - - - + config.featureToggles.newDashboardSharingComponent ? ( + + + Create a shared dashboard from any existing dashboard through the Share modal.{' '} + + Learn more + + + + ) : ( + + + Create a public dashboard from any existing dashboard through the Share modal.{' '} + + Learn more + + + + ) ) : ( <>