Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Sep 11, 2024
1 parent ee29ecb commit b64a38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandpack-react/src/Playground.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Basic: React.FC = () => {
<SandpackProvider>
<SandpackLayout>
<SandpackFileExplorer />
<SandpackCodeEditor showTabs closableTabs />
<SandpackCodeEditor closableTabs showTabs />
</SandpackLayout>
</SandpackProvider>
</div>
Expand Down

0 comments on commit b64a38c

Please sign in to comment.