From fe640aae39093770df8b703452b2027ff404e994 Mon Sep 17 00:00:00 2001 From: Palash Gupta Date: Mon, 27 Mar 2023 12:11:35 +0530 Subject: [PATCH] fix: label is added in the tabs (#2507) --- .../container/NewWidget/LeftContainer/QuerySection/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/container/NewWidget/LeftContainer/QuerySection/index.tsx b/frontend/src/container/NewWidget/LeftContainer/QuerySection/index.tsx index ff0b5c356a..6657f030b1 100644 --- a/frontend/src/container/NewWidget/LeftContainer/QuerySection/index.tsx +++ b/frontend/src/container/NewWidget/LeftContainer/QuerySection/index.tsx @@ -146,6 +146,7 @@ function QuerySection({ const items = [ { key: EQueryType.QUERY_BUILDER.toString(), + label: 'Query Builder', tab: (