diff options
| author | bobzel <zzzman@gmail.com> | 2023-07-31 11:20:17 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-07-31 11:20:17 -0400 |
| commit | 215d6f5e13b826e60bc0058fe961b1a7270cfe9f (patch) | |
| tree | 9da36cb2bf51aee1dbbcac65cb24c161d0aa9dd1 /src/client/views/collections/collectionSchema | |
| parent | 4ee777d48da06ff8053d32e8bcb27ba344bdfe98 (diff) | |
| parent | 08f125f5880247280c02633feeb31a8df1912b97 (diff) | |
Merge branch 'master' into james-azure-image
Diffstat (limited to 'src/client/views/collections/collectionSchema')
| -rw-r--r-- | src/client/views/collections/collectionSchema/CollectionSchemaView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx b/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx index ee5bf82ed..babe5c810 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx +++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx @@ -810,7 +810,6 @@ export class CollectionSchemaView extends CollectionSubView() { } @computed get sortedDocs() { - trace(); const field = StrCast(this.layoutDoc.sortField); const desc = BoolCast(this.layoutDoc.sortDesc); const docs = !field |
