mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Add tests for HelpWizard (#94271)
This commit is contained in:
@@ -69,7 +69,7 @@ export function HelpWizard({ panel, onClose }: Props) {
|
||||
|
||||
return (
|
||||
<Drawer
|
||||
title={`Get help with this panel`}
|
||||
title="Get help with this panel"
|
||||
size="lg"
|
||||
onClose={onClose}
|
||||
subtitle={
|
||||
@@ -150,7 +150,7 @@ export function HelpWizard({ panel, onClose }: Props) {
|
||||
<>
|
||||
<Field
|
||||
label="Randomize data"
|
||||
description="Modify the original data to hide sensitve information. Note the lengths will stay the same, and duplicate values will be equal."
|
||||
description="Modify the original data to hide sensitive information. Note the lengths will stay the same, and duplicate values will be equal."
|
||||
>
|
||||
<Stack>
|
||||
<InlineSwitch
|
||||
|
||||
Reference in New Issue
Block a user