mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-04 03:15:27 +00:00
minor(ui): fix infinite scroll not working (#6177)
This commit is contained in:
parent
627883f24b
commit
d5cbdfd7c0
@ -264,6 +264,8 @@ const MyData: React.FC<MyDataProps> = ({
|
||||
ref={elementRef as RefObject<HTMLDivElement>}>
|
||||
{getLoader()}
|
||||
</div>
|
||||
{/* Add spacer to work infinite scroll smoothly */}
|
||||
<div className="tw-p-4" />
|
||||
</Fragment>
|
||||
)}
|
||||
</PageLayout>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user