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

This commit is contained in:
Ivana Huckova
2022-04-21 12:24:11 +02:00
committed by GitHub
parent 8677552dda
commit 52768d87c4
+1 -1
View File
@@ -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>
),
}