Skip to content

Commit ba9bf3d

Browse files
committed
added data-render-error to the example app
1 parent 98d43aa commit ba9bf3d

File tree

1 file changed

+5
-1
lines changed
  • x-pack/examples/reporting_example/public/components

1 file changed

+5
-1
lines changed

x-pack/examples/reporting_example/public/components/app.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,11 @@ export const ReportingExampleApp = ({
244244
)}
245245
</EuiFlexItem>
246246
{logos.map((item, index) => (
247-
<EuiFlexItem key={index} data-shared-item>
247+
<EuiFlexItem
248+
key={index}
249+
data-shared-item
250+
data-render-error="This is an example error"
251+
>
248252
<EuiCard
249253
icon={<EuiIcon size="xxl" type={`logo${item}`} />}
250254
title={`Elastic ${item}`}

0 commit comments

Comments
 (0)