We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e46c611 + 4ae6762 commit 68be43eCopy full SHA for 68be43e
client/packages/lowcoder/src/pages/editor/editorView.tsx
@@ -457,7 +457,7 @@ function EditorView(props: EditorViewProps) {
457
return (
458
<>
459
<Helmet>
460
- {application && <title>{application.name}</title>}
+ {application && <title>{appSettingsComp?.children?.title?.getView?.() || application?.name}</title>}
461
{isLowCoderDomain || isLocalhost && [
462
// Adding Support for iframely to be able to embedd apps as iframes
463
application?.name ? ([
0 commit comments