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 ? ([