fix(dashboard): show dashboard thumbnail images when retrieved (#33726)

This commit is contained in:
Pat Buxton
2025-06-09 18:33:54 +01:00
committed by GitHub
parent 2fba789e8d
commit 57bb425fb0

View File

@@ -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',
)}