Embrace nx monorepo structure with root package.json (#3255)
* Upgrade to node 18.17.1 and regroup dependencies in root package.json * Sort package.json * Fix lint * Migrate zapier
This commit is contained in:
@ -39,7 +39,7 @@ export const RecordTableBodyFetchMoreLoader = () => {
|
||||
|
||||
return (
|
||||
<tbody ref={tbodyRef}>
|
||||
{!isFetchingMoreObjects && (
|
||||
{isFetchingMoreObjects && (
|
||||
<StyledRow selected={false}>
|
||||
<td colSpan={7}>
|
||||
<StyledText>Loading more...</StyledText>
|
||||
|
||||
Reference in New Issue
Block a user