From 6ad9237f885afa062e3cdd08aff42290d16a5913 Mon Sep 17 00:00:00 2001 From: Matt Gallo Date: Wed, 4 Oct 2023 09:29:25 -0400 Subject: [PATCH] chore(Datagrid): remove warning about drag and drop rework --- .../ColumnCustomization.stories.js | 33 ------------------- 1 file changed, 33 deletions(-) diff --git a/packages/ibm-products/src/components/Datagrid/Extensions/ColumnCustomization/ColumnCustomization.stories.js b/packages/ibm-products/src/components/Datagrid/Extensions/ColumnCustomization/ColumnCustomization.stories.js index b59c9eaa21..bc8714667f 100644 --- a/packages/ibm-products/src/components/Datagrid/Extensions/ColumnCustomization/ColumnCustomization.stories.js +++ b/packages/ibm-products/src/components/Datagrid/Extensions/ColumnCustomization/ColumnCustomization.stories.js @@ -8,7 +8,6 @@ import React, { useState } from 'react'; import { Checkmark, Edit, TrashCan } from '@carbon/react/icons'; -import { ActionableNotification } from '@carbon/react'; import { action } from '@storybook/addon-actions'; import { getStoryTitle, @@ -51,36 +50,6 @@ export default { }, }; -const CustomizeColRework = () => ( - - This extension is currently being reworked after{' '} - - 2.8.1 - - - } - onActionButtonClick={() => { - window.open( - 'https://github.com/carbon-design-system/ibm-products/issues/3446' - ); - }} - > - Support will be added back shortly and can be tracked{' '} - - here - - . - -); - const blockClass = `${pkg.prefix}--datagrid`; const defaultHeader = [ @@ -247,7 +216,6 @@ const ColumnCustomizationUsage = ({ ...args }) => { return ( <> -

Hidden column ids:

@@ -362,7 +330,6 @@ const ColumnCustomizationWithFixedColumn = ({ ...args }) => { return ( <> -

Hidden column ids: