invert load more and add new (#11962)

closes https://github.com/twentyhq/core-team-issues/issues/847
This commit is contained in:
Etienne
2025-05-09 15:59:51 +02:00
committed by GitHub
parent 8e07160c84
commit 1c0650fbd3

View File

@ -55,8 +55,8 @@ export const RecordTableRecordGroupRows = () => {
/>
);
})}
<RecordTableRecordGroupSectionAddNew />
<RecordTableRecordGroupSectionLoadMore />
<RecordTableRecordGroupSectionAddNew />
<RecordTableAggregateFooter
key={currentRecordGroupId}
currentRecordGroupId={currentRecordGroupId}