1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-09 09:35:02 +09:00

JS-3948: fix

This commit is contained in:
Andrew Simachev 2024-02-06 17:26:04 +01:00
parent 98199431d6
commit f88ea729e0
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8

View file

@ -347,7 +347,6 @@ class UtilData {
{ operator: I.FilterOperator.And, relationKey: 'layout', condition: I.FilterCondition.Equal, value: I.ObjectLayout.Option },
],
sorts: [
{ relationKey: 'createdDate', type: I.SortType.Asc },
{ relationKey: 'name', type: I.SortType.Asc },
],
noDeps: true,