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 0e0c81a commit 87229e8Copy full SHA for 87229e8
packages/app/src/app/components/Preview/index.js
@@ -798,7 +798,7 @@ class BasePreview extends React.Component<Props, State> {
798
: frameUrl(sandbox.id, this.initialPath)
799
}
800
id="sandbox"
801
- title={sandbox.id}
+ title={sandbox.title || sandbox.id}
802
hideNavigation={!showNavigation}
803
style={{
804
...style,
0 commit comments