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 && ( {isFetchingMoreObjects && (
<StyledRow selected={false}> <StyledRow selected={false}>
<td style={{ height: 50 }} colSpan={1000}> <td style={{ height: 50 }} colSpan={1000}>
Fetching more... Loading more...
</td> </td>
</StyledRow> </StyledRow>
)} )}

2
server/.gitignore vendored
View File

@ -37,3 +37,5 @@ lerna-debug.log*
# Local storage # Local storage
.local-storage .local-storage
.gitignore