mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): tweak gallery loading indicator
This commit is contained in:
parent
350ffecc1f
commit
04c453721c
@ -343,6 +343,7 @@ const ImageGalleryContent = () => {
|
||||
onClick={handleClickLoadMore}
|
||||
isDisabled={!areMoreImagesAvailable}
|
||||
isLoading={isLoading}
|
||||
loadingText="Loading"
|
||||
flexShrink={0}
|
||||
>
|
||||
{areMoreImagesAvailable
|
||||
|
Loading…
Reference in New Issue
Block a user