Skip to content

Commit bb94e48

Browse files
aadesh18N2D4
andauthored
Apply suggestion from @N2D4
Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
1 parent 4799b34 commit bb94e48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/dashboard/src/components/commands/create-dashboard/dashboard-sandbox-host.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type DashboardArtifact = {
1515
function getSandboxDocument(artifact: DashboardArtifact, baseUrl: string): string {
1616
const sourceCode = artifact.runtimeCodegen.uiRuntimeSourceCode;
1717

18-
return `<!doctype html>
18+
return html`<!doctype html>
1919
<html>
2020
<head>
2121
<meta charset="utf-8" />

0 commit comments

Comments
 (0)