Update button name to make it more clear (#48042)

pull/48051/head^2
Ivana Huckova 3 years ago committed by GitHub
parent 8677552dda
commit 52768d87c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/features/explore/LogsMetaRow.tsx

@ -58,7 +58,7 @@ export const LogsMetaRow: React.FC<Props> = React.memo(
label: '',
value: (
<Button variant="secondary" size="sm" onClick={clearDetectedFields}>
Show all detected fields
Show original line
</Button>
),
}

Loading…
Cancel
Save