diff --git a/web/src/containers/Studio/editor.tsx b/web/src/containers/Studio/editor.tsx index fc3e245..57b98aa 100644 --- a/web/src/containers/Studio/editor.tsx +++ b/web/src/containers/Studio/editor.tsx @@ -14,7 +14,8 @@ import { Select, SelectChangeEvent, Tab, - Tooltip + Tooltip, + Typography } from '@mui/material' import { styled } from '@mui/material/styles' @@ -137,6 +138,9 @@ const SASjsEditor = ({ const content = localStorage.getItem('fileContent') ?? '' setFileContent(content) } + setLog('') + setWebout('') + setTab('1') // eslint-disable-next-line react-hooks/exhaustive-deps }, [selectedFilePath]) @@ -332,9 +336,14 @@ const SASjsEditor = ({ - - - + + Webout + + } + value="3" + />