Skip to content

Commit

Permalink
add tab
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE committed Dec 13, 2024
1 parent 3429f59 commit fe3a363
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/src/scenes/data-warehouse/editor/OutputPane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ export function OutputPane(): JSX.Element {
key: OutputTab.Visualization,
label: 'Visualization',
},
{
key: OutputTab.Info,
label: 'Info',
},
]}
/>
<div className="flex gap-4">
Expand Down Expand Up @@ -219,7 +223,7 @@ export function OutputPane(): JSX.Element {
</LemonButton>
</div>
</div>
<div className="flex flex-1 relative bg-dark justify-center items-center">
<div className="flex flex-1 relative bg-dark">
<Content />
</div>
</div>
Expand Down

0 comments on commit fe3a363

Please sign in to comment.