From 0e9b22b1f39bc79b2ee90f928d2ec01e6178c498 Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Fri, 18 Jun 2021 14:11:53 -0400 Subject: [PATCH] Remove sort --- app/src/panels/metric/index.ts | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/app/src/panels/metric/index.ts b/app/src/panels/metric/index.ts index df31b17acf..c23a0afd2e 100644 --- a/app/src/panels/metric/index.ts +++ b/app/src/panels/metric/index.ts @@ -91,40 +91,6 @@ export default definePanel({ default_value: 2, }, }, - { - field: 'sortField', - type: 'string', - name: '$t:sort_field', - meta: { - interface: 'system-field', - options: { - collectionField: 'collection', - allowPrimaryKey: true, - }, - width: 'half', - }, - }, - { - field: 'sortDirection', - type: 'string', - name: '$t:sort_direction', - meta: { - interface: 'select-dropdown', - options: { - choices: [ - { - text: '$t:sort_asc', - value: 'asc', - }, - { - text: '$t:sort_desc', - value: 'desc', - }, - ], - }, - width: 'half', - }, - }, { field: 'filter', type: 'json',