Skip to content

Commit 2bc3833

Browse files
committed
Do not show header in playground
1 parent 8172680 commit 2bc3833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llmstack/client/src/pages/playground.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const defaultPlaygroundLayout = `<pa-layout sx='{"width": "100%", "margin": "10p
1919
<pa-paper style="padding: 10px;">
2020
<pa-grid container="true" spacing="2" style="width: 100%">
2121
<pa-grid item="true" xs="2">
22-
<pa-workflow-output showHeader="true"></pa-workflow-output>
22+
<pa-workflow-output></pa-workflow-output>
2323
</pa-grid>
2424
</pa-grid>
2525
</pa-paper>

0 commit comments

Comments
 (0)