diff --git a/src/components/selection-field.jsx b/src/components/selection-field.jsx index 7a88544b..c43e4efd 100644 --- a/src/components/selection-field.jsx +++ b/src/components/selection-field.jsx @@ -16,7 +16,7 @@ const createDefinition = field => ({ qFieldDefs: [field], qSortCriterias: [ { - // qSortByState: 1, + qSortByState: 1, qSortByFrequency: 1, // qSortByNumeric: 1, // qSortByAscii: 1, diff --git a/src/components/table-field.jsx b/src/components/table-field.jsx index a8a4f703..6abf2a70 100644 --- a/src/components/table-field.jsx +++ b/src/components/table-field.jsx @@ -120,7 +120,7 @@ const createDefinition = field => ({ qFieldDefs: [field], qSortCriterias: [ { - // qSortByState: 1, + qSortByState: 1, qSortByFrequency: 1, // qSortByNumeric: 1, // qSortByAscii: 1,