diff --git a/packages/ibm-products/src/components/EmptyStates/EmptyStateV2.stories.jsx b/packages/ibm-products/src/components/EmptyStates/EmptyStateV2.stories.jsx index 7d75b9bfba..bc6ab4f4da 100644 --- a/packages/ibm-products/src/components/EmptyStates/EmptyStateV2.stories.jsx +++ b/packages/ibm-products/src/components/EmptyStates/EmptyStateV2.stories.jsx @@ -31,13 +31,7 @@ export default { label: 'Carbon empty pattern usage guidelines', }, ]} - blocks={[ - { - title: 'Deprecation notice', - description: - 'This component is deprecated and will be removed in the next major version. For more information, please refer to the [Carbon docs](https://carbondesignsystem.com/patterns/empty-states-pattern/).', - }, - ]} + deprecationNotice="This component is deprecated and will be removed in the next major version. For more information, please refer to the [Carbon docs](https://carbondesignsystem.com/patterns/empty-states-pattern/)." /> ), },