From bc138f7f6da714fa463d54f77b58368cb60a6666 Mon Sep 17 00:00:00 2001 From: MenamAfzal Date: Fri, 13 Sep 2024 15:56:24 +0500 Subject: [PATCH] fixed site Title in edit route --- client/packages/lowcoder/src/pages/editor/editorView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/packages/lowcoder/src/pages/editor/editorView.tsx b/client/packages/lowcoder/src/pages/editor/editorView.tsx index 3cf8a647f..190d614a4 100644 --- a/client/packages/lowcoder/src/pages/editor/editorView.tsx +++ b/client/packages/lowcoder/src/pages/editor/editorView.tsx @@ -457,7 +457,7 @@ function EditorView(props: EditorViewProps) { return ( <> - {application && {application.name}} + {application && {appSettingsComp?.children?.title?.getView?.() || application?.name}} {isLowCoderDomain || isLocalhost && [ // Adding Support for iframely to be able to embedd apps as iframes application?.name ? ([