mirror of
https://github.com/lingble/twenty.git
synced 2025-10-29 03:42:30 +00:00
reorder records in chips
This commit is contained in:
@@ -84,6 +84,7 @@ export const CommandMenuContextRecordChip = () => {
|
||||
|
||||
const { records, loading, totalCount } = useContextStoreSelectedRecords(
|
||||
mainContextStoreComponentInstanceId,
|
||||
3,
|
||||
);
|
||||
|
||||
if (loading || !totalCount) {
|
||||
|
||||
@@ -38,7 +38,7 @@ export const useContextStoreSelectedRecords = (
|
||||
filter: queryFilter,
|
||||
orderBy: [
|
||||
{
|
||||
createdAt: 'DescNullsFirst',
|
||||
position: 'AscNullsFirst',
|
||||
},
|
||||
],
|
||||
skip:
|
||||
|
||||
Reference in New Issue
Block a user