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 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