We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf868e commit bc138f7Copy full SHA for bc138f7
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