Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1a7c4d7

Browse files
Merge pull request #1158 from MenamAfzal/fix/site-title
Fix/site title (Resolved #1155)
2 parents 34b3bc7 + db37831 commit 1a7c4d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎client/packages/lowcoder/src/pages/editor/editorView.tsx‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ function EditorView(props: EditorViewProps) {
390390
return (
391391
<CustomShortcutWrapper>
392392
<Helmet>
393-
{application && <title>{application.name}</title>}
393+
{application && <title>{appSettingsComp?.children?.title?.getView?.()||application?.name}</title>}
394394
{isLowCoderDomain || isLocalhost && [
395395
// Adding Support for iframely to be able to embedd apps as iframes
396396
application?.name ? ([
@@ -581,3 +581,4 @@ function EditorView(props: EditorViewProps) {
581581
export default React.memo(EditorView, (prevProps, newProps) => {
582582
return isEqual(prevProps, newProps);
583583
});
584+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /