From 7132ebc025f100087d21d3ffc97551173b5e7b98 Mon Sep 17 00:00:00 2001 From: Firman Ramdhani <33869609+firmanramdhani@users.noreply.github.com> Date: Thu, 23 Jul 2026 17:31:04 +0700 Subject: [PATCH] refactor: comment out unused TableSettingDrawer import in data table component --- .../enterprise-module/components/data-table/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/foundations/enterprise-module/components/data-table/index.tsx b/packages/ui/src/foundations/enterprise-module/components/data-table/index.tsx index b423fae..a8bc8f0 100644 --- a/packages/ui/src/foundations/enterprise-module/components/data-table/index.tsx +++ b/packages/ui/src/foundations/enterprise-module/components/data-table/index.tsx @@ -44,7 +44,7 @@ import { BulkActionMenu } from './components/bulk-actions'; import { ActionConfirmationModal, ACTION_TRANSLATION_MAP } from '../action-confirmation-modal'; import { BulkActionConfirmationModal } from '../bulk-action-confirmation'; import { TableFilterDrawer, TableFilterConfig } from './components/table-filter-drawer'; -import { TableSettingDrawer } from './components/table-setting-drawer'; +// import { TableSettingDrawer } from './components/table-setting-drawer'; import { EntityId } from '../../../../../../core-api/src/data-services/types'; export * from 'ag-grid-community';