diff --git a/modules/dataquery/jsx/definefields.tsx b/modules/dataquery/jsx/definefields.tsx index 9da0d33cf5e..106f9ea0525 100644 --- a/modules/dataquery/jsx/definefields.tsx +++ b/modules/dataquery/jsx/definefields.tsx @@ -421,8 +421,8 @@ function DefineFields(props: { return (
-
-
+
+

{t('Available Fields', {ns: 'dataquery'})}

props.allCategories.modules[key]} @@ -431,29 +431,29 @@ function DefineFields(props: { {fieldList}
-
-
-

{t('Selected Fields', {ns: 'dataquery'})}

-
- -
+
+

{t('Selected Fields', {ns: 'dataquery'})}

+
+
+
+
{item.visits.join(', ')}; @@ -581,13 +583,17 @@ function SelectedFieldList(props: { onDrop={() => moveSelected()} >
-
{item.field}
-
{getDictionaryDescription( - item.module, - item.category, - item.field, - props.fulldictionary, - )}
+
{item.field}
+
+ {getDictionaryDescription( + item.module, + item.category, + item.field, + props.fulldictionary + )}
{fieldvisits}