From 288dc675d4384397706e77eaa2f86ac4668cfff5 Mon Sep 17 00:00:00 2001 From: Sampath Date: Thu, 27 Jul 2023 21:25:49 +0530 Subject: [PATCH] removing panelcontainercomponent and its corresponding test file since the changes made are failing the typescript compilation --- tsconfig.strict.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsconfig.strict.json b/tsconfig.strict.json index 9fbdd6616..7444e2da4 100644 --- a/tsconfig.strict.json +++ b/tsconfig.strict.json @@ -64,8 +64,6 @@ "./src/Explorer/Notebook/SchemaAnalyzer/SchemaAnalyzerUtils.ts", "./src/Explorer/OpenFullScreen.test.tsx", "./src/Explorer/OpenFullScreen.tsx", - "./src/Explorer/Panes/PanelContainerComponent.test.tsx", - "./src/Explorer/Panes/PanelContainerComponent.tsx", "./src/Explorer/Panes/PanelFooterComponent.tsx", "./src/Explorer/Panes/PanelInfoErrorComponent.tsx", "./src/Explorer/Panes/PanelLoadingScreen.tsx",