Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 1cf868e + bc138f7 commit 4ae6762Copy full SHA for 4ae6762
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