Skip to content

Commit

Permalink
[UnifiedFieldList] Remove a generic tooltip message. Lens and Discove…
Browse files Browse the repository at this point in the history
…r will have their own tooltips.
  • Loading branch information
jughosta committed Oct 31, 2022
1 parent 59a3590 commit 124c82b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ export function useGroupedFields<T extends FieldListItem = DataViewField>({
: i18n.translate('unifiedFieldList.useGroupedFields.availableFieldsLabel', {
defaultMessage: 'Available fields',
}),
helpText: i18n.translate('unifiedFieldList.useGroupedFields.allFieldsLabelHelp', {
defaultMessage: 'Data view fields', // TODO: what text should be in here by default?
}),
isAffectedByGlobalFilter: false,
isAffectedByTimeFilter: true,
// Show details on timeout but not failure
Expand Down

0 comments on commit 124c82b

Please sign in to comment.