mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Update invokeai/frontend/web/src/features/queue/components/QueueList/QueueList.tsx
Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
This commit is contained in:
committed by
psychedelicious
parent
602dfb1e5d
commit
d6139748e2
@@ -56,7 +56,7 @@ const itemContent: ItemContent<number, ListContext> = (index, itemId, context) =
|
||||
<QueueItemAtPosition index={index} itemId={itemId} context={context} />
|
||||
);
|
||||
|
||||
const ScrollSeekPlaceholderComponent: Components<ListContext>['ScrollSeekPlaceholder'] = (props) => (
|
||||
const ScrollSeekPlaceholderComponent: Components<number, ListContext>['ScrollSeekPlaceholder'] = (props) => (
|
||||
<Flex {...props}>
|
||||
<QueueItemPlaceholder />
|
||||
</Flex>
|
||||
|
||||
Reference in New Issue
Block a user