mirror of
https://github.com/apache/superset.git
synced 2026-04-16 22:55:52 +00:00
fix(dashboard): show dashboard thumbnail images when retrieved (#33726)
This commit is contained in:
@@ -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',
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user