Skip to content

Commit

Permalink
fix: default output
Browse files Browse the repository at this point in the history
  • Loading branch information
grutt committed Feb 13, 2024
1 parent f6d8176 commit 2db9527
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const StepRunOutput: React.FC<StepRunOutputProps> = ({
if (isLoading) return <Loading />;

return (
<Tabs defaultValue="playground" className="w-full">
<Tabs defaultValue="output" className="w-full">
<TabsList className="grid w-full grid-cols-4">
<TabsTrigger value="output">Output</TabsTrigger>
<TabsTrigger value="logs">Logs</TabsTrigger>
Expand Down

0 comments on commit 2db9527

Please sign in to comment.