diff --git a/superset-frontend/src/features/dashboards/DashboardCard.tsx b/superset-frontend/src/features/dashboards/DashboardCard.tsx index d8d50f5a7f7..2289104f872 100644 --- a/superset-frontend/src/features/dashboards/DashboardCard.tsx +++ b/superset-frontend/src/features/dashboards/DashboardCard.tsx @@ -159,7 +159,7 @@ function DashboardCard({ } url={bulkSelectEnabled ? undefined : dashboard.url} linkComponent={Link} - imgURL={dashboard.thumbnail_url} + imgURL={thumbnailUrl} imgFallbackURL={assetUrl( '/static/assets/images/dashboard-card-fallback.svg', )}