diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index c5086a1b..fa181319 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -25,7 +25,7 @@ interface RunContentProps { export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRef, abortRunHandler }: RunContentProps) => { const { t } = useTranslation(); - const [tab, setTab] = React.useState('log'); + const [tab, setTab] = React.useState('output'); const [tableData, setTableData] = useState([]); const [columns, setColumns] = useState([]);