invert load more and add new (#11962)
closes https://github.com/twentyhq/core-team-issues/issues/847
This commit is contained in:
@ -55,8 +55,8 @@ export const RecordTableRecordGroupRows = () => {
|
|||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
<RecordTableRecordGroupSectionAddNew />
|
|
||||||
<RecordTableRecordGroupSectionLoadMore />
|
<RecordTableRecordGroupSectionLoadMore />
|
||||||
|
<RecordTableRecordGroupSectionAddNew />
|
||||||
<RecordTableAggregateFooter
|
<RecordTableAggregateFooter
|
||||||
key={currentRecordGroupId}
|
key={currentRecordGroupId}
|
||||||
currentRecordGroupId={currentRecordGroupId}
|
currentRecordGroupId={currentRecordGroupId}
|
||||||
|
|||||||
Reference in New Issue
Block a user