fix(ui): show workflow thumbnails in library

This commit is contained in:
psychedelicious
2025-03-04 14:57:33 +10:00
parent c2302f7ab1
commit 440e3e01ac

View File

@@ -57,7 +57,7 @@ export const WorkflowListItem = ({ workflow }: { workflow: WorkflowRecordListIte
alignItems="stretch" alignItems="stretch"
> >
<Image <Image
src="" src={workflow.thumbnail_url ?? undefined}
fallbackStrategy="beforeLoadOrError" fallbackStrategy="beforeLoadOrError"
fallback={ fallback={
<Flex <Flex