diff --git a/frontend/src/components/RecordsList.tsx b/frontend/src/components/RecordsList.tsx index c3165358..a2f25a4e 100644 --- a/frontend/src/components/RecordsList.tsx +++ b/frontend/src/components/RecordsList.tsx @@ -184,6 +184,7 @@ export default function RecordsList({ options: { offset: 0, limit: undefined, + sort: defaultSort, }, }, }).then(({ data }) => {