From 537528205a6d896f26eec0ba89f9b419e3addb38 Mon Sep 17 00:00:00 2001 From: Filip Hlavac Date: Thu, 20 Jun 2024 18:23:00 +0200 Subject: [PATCH] fix(docs): Fix ErrorState examples --- .../component-groups/examples/ErrorState/ErrorStateExample.tsx | 2 +- .../examples/ErrorState/ErrorStateFooterExample.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/module/patternfly-docs/content/extensions/component-groups/examples/ErrorState/ErrorStateExample.tsx b/packages/module/patternfly-docs/content/extensions/component-groups/examples/ErrorState/ErrorStateExample.tsx index 9557fed7..856c12dd 100644 --- a/packages/module/patternfly-docs/content/extensions/component-groups/examples/ErrorState/ErrorStateExample.tsx +++ b/packages/module/patternfly-docs/content/extensions/component-groups/examples/ErrorState/ErrorStateExample.tsx @@ -1,4 +1,4 @@ import React from 'react'; import ErrorState from "@patternfly/react-component-groups/dist/dynamic/ErrorState"; -export const BasicExample: React.FunctionComponent = () => ; +export const BasicExample: React.FunctionComponent = () => ; diff --git a/packages/module/patternfly-docs/content/extensions/component-groups/examples/ErrorState/ErrorStateFooterExample.tsx b/packages/module/patternfly-docs/content/extensions/component-groups/examples/ErrorState/ErrorStateFooterExample.tsx index 3d061ef1..7cfb4d21 100644 --- a/packages/module/patternfly-docs/content/extensions/component-groups/examples/ErrorState/ErrorStateFooterExample.tsx +++ b/packages/module/patternfly-docs/content/extensions/component-groups/examples/ErrorState/ErrorStateFooterExample.tsx @@ -3,6 +3,6 @@ import { Button } from '@patternfly/react-core'; import ErrorState from "@patternfly/react-component-groups/dist/dynamic/ErrorState"; // eslint-disable-next-line no-console -export const BasicExample: React.FunctionComponent = () => console.log("Custom button clicked")}> +export const BasicExample: React.FunctionComponent = () => console.log("Custom button clicked")}> Custom action }/>;