Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ exports[`TelemetryForm renders as expected 1`] = `
setting={
Object {
"defVal": false,
"description": <UNDEFINED>
"description": <React.Fragment>
<p>
Help us improve the Elastic Stack by providing usage statistics for basic features. We will not share this data outside of Elastic.
</p>
Expand All @@ -62,7 +62,7 @@ exports[`TelemetryForm renders as expected 1`] = `
Read our usage data privacy statement
</EuiLink>
</p>
</UNDEFINED>,
</React.Fragment>,
"type": "boolean",
"value": false,
}
Expand Down