1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

fix(log): fixing switching from SAS to other runtime

This commit is contained in:
Yury Shkoda
2023-04-11 16:52:36 +03:00
parent e04300ad2a
commit c72ecc7e59

View File

@@ -67,7 +67,7 @@ const LogComponent = (props: LogComponentProps) => {
return (
<>
{selectedRunTime === RunTimeType.SAS ? (
{selectedRunTime === RunTimeType.SAS && logObject.body ? (
<div
id="logWrapper"
style={{ overflowY: 'auto', maxHeight: 'calc(100vh - 130px)' }}