From 6167f94bc3c86002387e47c3e55264a7162f824e Mon Sep 17 00:00:00 2001 From: BChoudhury-ms Date: Mon, 29 Dec 2025 21:46:47 +0530 Subject: [PATCH] fix: restore SidePanel component for Container Copy feature (#2295) --- src/Main.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Main.tsx b/src/Main.tsx index ddb6a22fe..f30ff9902 100644 --- a/src/Main.tsx +++ b/src/Main.tsx @@ -125,7 +125,10 @@ const App = (): JSX.Element => {
{userContext.features.enableContainerCopy && userContext.apiType === "SQL" ? ( - + <> + + + ) : ( )}