refactor:Style "loading more" rows on tables (Issue #2498) (#2717)

This commit is contained in:
Mohit Singh
2023-11-27 05:12:59 -05:00
committed by GitHub
parent 9648b13703
commit 875ba31a0a
2 changed files with 3 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export const RecordTableBody = () => {
{isFetchingMoreObjects && (
<StyledRow selected={false}>
<td style={{ height: 50 }} colSpan={1000}>
Fetching more...
Loading more...
</td>
</StyledRow>
)}