From 6f3d34635ef6aaab8b9394c27ec466b7d9983c5b Mon Sep 17 00:00:00 2001 From: andrew-lastmile <129882602+andrew-lastmile@users.noreply.github.com> Date: Thu, 18 Jan 2024 19:22:41 -0500 Subject: [PATCH] Fix for the curly bracket notation --- .../editor/client/src/components/GlobalParametersContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/aiconfig/editor/client/src/components/GlobalParametersContainer.tsx b/python/src/aiconfig/editor/client/src/components/GlobalParametersContainer.tsx index 905f5df7a..5406c5474 100644 --- a/python/src/aiconfig/editor/client/src/components/GlobalParametersContainer.tsx +++ b/python/src/aiconfig/editor/client/src/components/GlobalParametersContainer.tsx @@ -30,7 +30,7 @@ export default memo(function GlobalParametersContainer({ > - Global Parameters {} + Global Parameters {"{}"} {isParametersDrawerOpen && (