mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-15 04:05:28 -05:00
fix(ui): show workflow thumbnails in library
This commit is contained in:
@@ -57,7 +57,7 @@ export const WorkflowListItem = ({ workflow }: { workflow: WorkflowRecordListIte
|
||||
alignItems="stretch"
|
||||
>
|
||||
<Image
|
||||
src=""
|
||||
src={workflow.thumbnail_url ?? undefined}
|
||||
fallbackStrategy="beforeLoadOrError"
|
||||
fallback={
|
||||
<Flex
|
||||
|
||||
Reference in New Issue
Block a user