Skip to content

Commit 52d8153

Browse files
author
Siarhei Dzeraviannik
committed
removed Tree for PE
1 parent 3d187b5 commit 52d8153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/docs/explorerConfigs/_explorerConfigsSet.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import { LabeledInputExplorerConfig } from './LabeledInputConfig';
4848
import { TabButtonExplorerConfig } from './TabButtonConfig';
4949
import { VerticalTabButtonExplorerConfig } from './VerticalTabButtonConfig';
5050
import { PickerListExplorerConfig } from './PickerListConfig';
51-
import { TreeConfig } from './TreeConfig';
51+
// import { TreeConfig } from './TreeConfig';
5252
import { TDocConfig } from '@epam/uui-docs';
5353

5454
export const explorerConfigs = [
@@ -103,7 +103,7 @@ export const explorerConfigs = [
103103
TabButtonExplorerConfig,
104104
VerticalTabButtonExplorerConfig,
105105
PickerListExplorerConfig,
106-
TreeConfig,
106+
// TreeConfig, TODO: uncomment when structure would be improved
107107
];
108108

109109
export const explorerConfigsMap = explorerConfigs.reduce<Map<string, TDocConfig >>((acc, config) => {

0 commit comments

Comments
 (0)